Share via


IMetadataFactory.Index Property

Gets an IIndexFactory object that can be used to create index and constraint objects.

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

Syntax

'Declaration
ReadOnly Property Index As IIndexFactory 
    Get
'Usage
Dim instance As IMetadataFactory 
Dim value As IIndexFactory 

value = instance.Index
IIndexFactory Index { get; }
property IIndexFactory^ Index {
    IIndexFactory^ get ();
}
abstract Index : IIndexFactory
function get Index () : IIndexFactory

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IIndexFactory
An IIndexFactory object.

See Also

Reference

IMetadataFactory Interface

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace