Share via


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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlSpecifiesTable Interfaz

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