Freigeben über


ITableElementContainer.TableConstraints-Eigenschaft

Ruft eine Liste mit Tabelleneinschränkungen ab.

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

Syntax

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

Eigenschaftswert

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

Hinweise

Liste ist nur gültig, wenn Datentyp Tabelle ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITableElementContainer Schnittstelle

Microsoft.Data.Schema.ScriptDom.Sql-Namespace