Partager via


ISqlSpecifiesIndex.ColumnSpecifications, propriété

Extrait une liste des colonnes qui sont indexées.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ISqlSpecifiesIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms