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 네임스페이스