Compartir a través de


ISqlSpecifiesIndex.ColumnSpecifications (Propiedad)

Obtiene una lista de las columnas que se indizan.

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISqlSpecifiesIndex Interfaz

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