Share via


IndexType Enumeration

Indicates the type of the index.

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

Syntax

'Declaration
Public Enumeration IndexType
'Usage
Dim instance As IndexType
public enum IndexType
public enum class IndexType
type IndexType
public enum IndexType

Members

Member name Description
Relational A relational index.
Spatial A spatial index.
Xml An xml index.

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace