Propriedade ISqlSpecifiesIndex.ColumnSpecifications

Obtém uma lista das colunas que estão indexados.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISqlSpecifiesIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel