Compartir a través de


ISql90SpecifiesTable.Constraints (Propiedad)

Obtiene la lista de restricciones que se aplican al objeto.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90SpecifiesTable Interfaz

Constraints (Sobrecarga)

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)