Column.DefaultConstraint プロパティ
列の既定値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne, SfcObjectFlags.Design)> _
Public Property DefaultConstraint As DefaultConstraint
Get
Friend Set
'使用
Dim instance As Column
Dim value As DefaultConstraint
value = instance.DefaultConstraint
[SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne, SfcObjectFlags.Design)]
public DefaultConstraint DefaultConstraint { get; internal set; }
[SfcObjectAttribute(SfcObjectRelationship::ChildObject, SfcObjectCardinality::ZeroToOne, SfcObjectFlags::Design)]
public:
property DefaultConstraint^ DefaultConstraint {
DefaultConstraint^ get ();
internal: void set (DefaultConstraint^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne, SfcObjectFlags.Design)>]
member DefaultConstraint : DefaultConstraint with get, internal set
function get DefaultConstraint () : DefaultConstraint
internal function set DefaultConstraint (value : DefaultConstraint)
プロパティ値
型: Microsoft.SqlServer.Management.Smo.DefaultConstraint
列の既定値を示す DefaultConstraint 値です。
説明
DefaultConstraint プロパティは、列の既定のテキスト値を示します。 ユーザーが値を指定しない場合、既定のテキスト値がテーブル内の行に挿入されます。 テキスト値を設定するには、DefaultConstraint プロパティによって参照される DefaultConstraint オブジェクトの Text プロパティを設定します。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間