Whether this is a clustered index.

Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public bool IsClustered { get; }
Visual Basic
Public ReadOnly Property IsClustered As Boolean
	Get

Property Value

Type: Boolean

Implements

IIndexSchema..::..IsClustered

See Also