Freigeben über


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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlSpecifiesTable Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace