Index.Alter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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