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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.