Dela via


ISql90SpecifiesTable.Constraints Property

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)
'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>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90SpecifiesTable Interface

ISql90SpecifiesTable Members

Constraints Overload

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