Freigeben über


ISql90SpecifiesTable.Constraints-Eigenschaft

Ruft die Liste der Einschränkungen ab, die für das Objekt gelten.

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)
    Get
IList<ISql90Constraint> Constraints { get; }
property IList<ISql90Constraint^>^ Constraints {
    IList<ISql90Constraint^>^ get ();
}
abstract Constraints : IList<ISql90Constraint>
function get Constraints () : IList<ISql90Constraint>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90SpecifiesTable Schnittstelle

Constraints-Überladung

Microsoft.Data.Schema.Sql.SchemaModel-Namespace