IndexAttribute.IsClustered Property

Definition

Set this property to true to define a clustered index. Set this property to false to define a non-clustered index.

public virtual bool IsClustered { get; set; }
member this.IsClustered : bool with get, set
Public Overridable Property IsClustered As Boolean

Property Value

Remarks

The value of this property is only relevant if IsClusteredConfigured returns true. If IsClusteredConfigured returns false, then the value of this property is meaningless.

Applies to