SqlServerIndexAnnotations.IsClustered Property

Definition

Indicates whether or not the index is clustered, or null if clustering has not been specified.

public virtual bool? IsClustered { get; set; }
member this.IsClustered : Nullable<bool> with get, set
Public Overridable Property IsClustered As Nullable(Of Boolean)

Property Value

Applies to