Compartir a través de


ISql100TableTypeUniqueConstraint.ColumnSpecifications (Propiedad)

Obtiene la lista de las columnas que se incluyen en la restricción UNIQUE.

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

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql100TableTypeUniqueConstraint Interfaz

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