Freigeben über


ISqlSpecifiesIndex.ColumnSpecifications-Eigenschaft

Ruft eine Liste der Spalten ab, die indiziert sind.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlSpecifiesIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace