Condividi tramite


Proprietà ISqlSpecifiesTable.Constraints

Ottiene l'elenco di vincoli che si applicano all'oggetto.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlSpecifiesTable Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel