SQLServer.Database.Table.Index Object
Sets the list of columns to be included in a new index.
Index.IndexedColumns ( [ColumnNames :=] midColumns )
HRESULT pIndex->SetIndexedColumns ( SQLOLE_LPCSTR midColumns );
Element | Type | Description |
---|
midColumns | MultiIdentifier | Delimited list of one or more columns |
This is an indexed property.