IIndexFactory Interface

 

Defines methods that are used to create index objects.

Namespace:   Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

public interface class IIndexFactory

NameDescription
System_CAPS_pubmethodCreateIndexedColumn(IColumn^)

Creates an IMutableIndexedColumn object that uses the specified IColumn object as the referenced column.

System_CAPS_pubmethodCreateRelationalIndex(ITabular^, String^, CollationInfo^)

Creates an IMutableRelationalIndex object that has the specified name.

Return to top
Show: