IMutableDatabaseTable.Constraints 속성

Gets a collection of table constraints.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property Constraints As IMutableMetadataCollection(Of IConstraint)
    Get
‘사용 방법
Dim instance As IMutableDatabaseTable 
Dim value As IMutableMetadataCollection(Of IConstraint)

value = instance.Constraints
IMutableMetadataCollection<IConstraint> Constraints { get; }
property IMutableMetadataCollection<IConstraint^>^ Constraints {
    IMutableMetadataCollection<IConstraint^>^ get ();
}
abstract Constraints : IMutableMetadataCollection<IConstraint>
function get Constraints () : IMutableMetadataCollection<IConstraint>

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IConstraint>
A collection of table constraints.

참고 항목

참조

IMutableDatabaseTable 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스