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>