Proprietà ISql100TableTypeUniqueConstraint.ColumnSpecifications

Ottiene l'elenco delle colonne incluse nel vincolo univoco.

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

Sintassi

'Dichiarazione
ReadOnly Property ColumnSpecifications As IList(Of ISql100TableTypeIndexedColumnSpecification)
    Get
IList<ISql100TableTypeIndexedColumnSpecification> ColumnSpecifications { get; }
property IList<ISql100TableTypeIndexedColumnSpecification^>^ ColumnSpecifications {
    IList<ISql100TableTypeIndexedColumnSpecification^>^ get ();
}
abstract ColumnSpecifications : IList<ISql100TableTypeIndexedColumnSpecification>
function get ColumnSpecifications () : IList<ISql100TableTypeIndexedColumnSpecification>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100TableTypeUniqueConstraint Interfaccia

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