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< (Of < ( <'IConstraint> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of IConstraint that contains all the table constraints.