IIndexFactory Interface
Defines methods that are used to create index objects.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | CreateIndexedColumn(IColumn^) | Creates an IMutableIndexedColumn object that uses the specified IColumn object as the referenced column. |
![]() | CreateRelationalIndex(ITabular^, String^, CollationInfo^) | Creates an IMutableRelationalIndex object that has the specified name. |
Show:
