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.