ISql90SpecifiesTable.Constraints Property

Gets a list of table constraints.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property Constraints As IList(Of ISql90Constraint)
    Get
'Usage
Dim instance As ISql90SpecifiesTable
Dim value As IList(Of ISql90Constraint)

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

Property Value

Type: System.Collections.Generic.IList<ISql90Constraint>
Returns a list of ISql90Constraint instances.

.NET Framework Security

See Also

Reference

ISql90SpecifiesTable Interface

ISql90SpecifiesTable Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace