Compartir a través de


ISql100TableType.Constraints (Propiedad)

Obtiene la lista de restricciones del tipo de tabla.

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql100TableType Interfaz

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