Propriedade ITableElementContainer.TableConstraints

Obtém uma lista de restrições de tabela.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Comentários

Lista é válida somente se o tipo de dados é a tabela.

Segurança do .NET Framework

Consulte também

Referência

ITableElementContainer Interface

Namespace Microsoft.Data.Schema.ScriptDom.Sql