Partilhar via


Propriedade ISql100TableType.Constraints

Obtém a lista de restrições no tipo de tabela.

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

Sintaxe

'Declaração
ReadOnly Property Constraints As IList(Of ISql100TableTypeConstraint)
    Get
IList<ISql100TableTypeConstraint> Constraints { get; }
property IList<ISql100TableTypeConstraint^>^ Constraints {
    IList<ISql100TableTypeConstraint^>^ get ();
}
abstract Constraints : IList<ISql100TableTypeConstraint>
function get Constraints () : IList<ISql100TableTypeConstraint>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100TableType Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel