Sdílet prostřednictvím


ITableElementContainer.TableConstraints – vlastnost

Získá seznam omezení tabulky.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Poznámky

Seznam je platný pouze pokud je typ dat tabulky.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ITableElementContainer Rozhraní

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů