Gets or sets the name column the constraint is on. Only valid at table level. Optional, may be null.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Column As Identifier
Get
Set
'用途
Dim instance As DefaultConstraintDefinition
Dim value As Identifier
value = instance.Column
instance.Column = value
public Identifier Column { get; set; }
public:
property Identifier^ Column {
Identifier^ get ();
void set (Identifier^ value);
}
member Column : Identifier with get, set
function get Column () : Identifier
function set Column (value : Identifier)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name column the constraint is on.