Поделиться через


ISqlSpecifiesIndex.ColumnSpecifications - свойство

Получает список индексируемых столбцов.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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>

Значение свойства

Тип: System.Collections.Generic.IList<ISqlIndexedColumnSpecification>

Безопасность платформы .NET Framework

См. также

Ссылки

ISqlSpecifiesIndex Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен