A Sandcastle Documented Class Library
SetFieldProperty メソッド (aProperty, tableName, columnName, displayName, length, prec, scale, nullable, columnDef)
名前空間CFW.FieldPropertiesFieldPropertySetFieldProperty(FieldProperty, String, String, String, Int32, Int32, Int32, Boolean, Object)
プロパティ属性を設定
宣言の構文
C#Visual BasicVisual C++
public static void SetFieldProperty(
	FieldProperty aProperty,
	string tableName,
	string columnName,
	string displayName,
	int length,
	int prec,
	int scale,
	bool nullable,
	Object columnDef
)
Public Shared Sub SetFieldProperty ( _
	aProperty As FieldProperty, _
	tableName As String, _
	columnName As String, _
	displayName As String, _
	length As Integer, _
	prec As Integer, _
	scale As Integer, _
	nullable As Boolean, _
	columnDef As Object _
)
public:
static void SetFieldProperty(
	FieldProperty^ aProperty, 
	String^ tableName, 
	String^ columnName, 
	String^ displayName, 
	int length, 
	int prec, 
	int scale, 
	bool nullable, 
	Object^ columnDef
)
パラメータ
aProperty (FieldProperty)
対象プロパティ
tableName (String)
テーブル
columnName (String)
displayName (String)
表示名称
length (Int32)
長さ
prec (Int32)
有効長
scale (Int32)
精度
nullable (Boolean)
null許可
columnDef (Object)
デフォルト

アセンブリ: CFW (モジュール: CFW) バージョン: 1.2.0.2 (1.2.0.2)