共用方式為


ColumnDefinition.Constraints 屬性

Gets a list of constraints for this column.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property Constraints As IList(Of ConstraintDefinition)
    Get
'用途
Dim instance As ColumnDefinition 
Dim value As IList(Of ConstraintDefinition)

value = instance.Constraints
public IList<ConstraintDefinition> Constraints { get; }
public:
property IList<ConstraintDefinition^>^ Constraints {
    IList<ConstraintDefinition^>^ get ();
}
member Constraints : IList<ConstraintDefinition>
function get Constraints () : IList<ConstraintDefinition>

屬性值

型別:System.Collections.Generic.IList<ConstraintDefinition>
The list of constraints for this column.

請參閱

參考

ColumnDefinition 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間