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.