DefaultConstraintDefinition.Column Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name column the constraint is on. Only valid at table level. Optional, may be null.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public Identifier Column { get; set; }
public:
property Identifier^ Column {
    Identifier^ get();
    void set(Identifier^ value);
}
member Column : Identifier with get, set
Public Property Column As Identifier

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier

The name column the constraint is on.

See Also

DefaultConstraintDefinition Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top