Share via


IIndex.Type Property

Gets the type of the index.

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

Syntax

'Declaration
ReadOnly Property Type As IndexType 
    Get
'Usage
Dim instance As IIndex 
Dim value As IndexType 

value = instance.Type
IndexType Type { get; }
property IndexType Type {
    IndexType get ();
}
abstract Type : IndexType
function get Type () : IndexType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IndexType
The type of the index.

See Also

Reference

IIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace