Propriedade ISql90SpecifiesTable.Constraints

Obtém a lista de restrições que se aplicam ao objeto.

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 ISql90Constraint)
    Get
IList<ISql90Constraint> Constraints { get; }
property IList<ISql90Constraint^>^ Constraints {
    IList<ISql90Constraint^>^ get ();
}
abstract Constraints : IList<ISql90Constraint>
function get Constraints () : IList<ISql90Constraint>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90SpecifiesTable Interface

Sobrecargas Constraints

Namespace Microsoft.Data.Schema.Sql.SchemaModel