ISql90SpecifiesTable.Constraints Property

Gets the list of constraints that apply to the object.

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

Syntax

'Declaration
ReadOnly Property Constraints As IList(Of ISql90Constraint)
IList<ISql90Constraint> Constraints { get; }
property IList<ISql90Constraint^>^ Constraints {
    IList<ISql90Constraint^>^ get ();
}
abstract Constraints : IList<ISql90Constraint>
function get Constraints () : IList<ISql90Constraint>

Property Value

Type: System.Collections.Generic.IList<ISql90Constraint>

.NET Framework Security

See Also

Reference

ISql90SpecifiesTable Interface

Constraints Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace