Sdílet prostřednictvím


ISqlSpecifiesIndex.ColumnSpecifications – vlastnost

Získá seznam sloupců, které jsou indexovány.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlSpecifiesIndex Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů