SqlServerIndexAnnotations.SetIsClustered(Nullable<Boolean>) Method

Definition

Attempts to set clustering using the semantics of the RelationalAnnotations in use.

protected virtual bool SetIsClustered (bool? value);
abstract member SetIsClustered : Nullable<bool> -> bool
override this.SetIsClustered : Nullable<bool> -> bool
Protected Overridable Function SetIsClustered (value As Nullable(Of Boolean)) As Boolean

Parameters

value
Nullable<Boolean>

The value to set.

Returns

True if the annotation was set; false otherwise.

Applies to