IIndex.Type Property

 

Applies To: SQL Server 2016 Preview

Gets the type of the index.

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

Syntax

IndexType Type { get; }
property IndexType Type {
    IndexType get();
}
abstract Type : IndexType with get
ReadOnly Property Type As IndexType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IndexType

The type of the index.

See Also

IIndex Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top