Index.Alter Method

Definition

Overloads

Alter()

Changes the index based on supplied index properties

Alter(IndexOperation)

Performs an index operation using the current property settings of the object.

Alter()

Changes the index based on supplied index properties

public void Alter ();
abstract member Alter : unit -> unit
override this.Alter : unit -> unit
Public Sub Alter ()

Implements

Applies to

Alter(IndexOperation)

Performs an index operation using the current property settings of the object.

public void Alter (Microsoft.SqlServer.Management.Smo.IndexOperation operation);
member this.Alter : Microsoft.SqlServer.Management.Smo.IndexOperation -> unit
Public Sub Alter (operation As IndexOperation)

Parameters

operation
IndexOperation

Applies to