Share via


IMutableDatabaseTable.Constraints Property

Gets a collection of table constraints.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property Constraints As IMutableMetadataCollection(Of IConstraint)
    Get
'Usage
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>

Property Value

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

See Also

Reference

IMutableDatabaseTable Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace