IndexedColumns Method

SQLServer.Database.Table.Index Object

Description

Sets the list of columns to be included in a new index.

Visual Basic

Index.IndexedColumns ( [ColumnNames :=] midColumns )

C++

HRESULT pIndex->SetIndexedColumns ( SQLOLE_LPCSTR midColumns );

Elements

Element Type Description

midColumns MultiIdentifier Delimited list of one or more columns

Remarks

This is an indexed property.