ISqlSpecifiesIndex.ColumnSpecifications Property

Gets a list of the columns that are indexed.

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)
IList<ISqlIndexedColumnSpecification> ColumnSpecifications { get; }
property IList<ISqlIndexedColumnSpecification^>^ ColumnSpecifications {
    IList<ISqlIndexedColumnSpecification^>^ get ();
}
abstract ColumnSpecifications : IList<ISqlIndexedColumnSpecification>
function get ColumnSpecifications () : IList<ISqlIndexedColumnSpecification>

Property Value

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

.NET Framework Security

See Also

Reference

ISqlSpecifiesIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace