Index.Enable(IndexEnableAction) Method

Definition

Enables the index. The action argument specifies how enable the index. It is possible to call Create() or Rebuild() instead, to enable the index.

public void Enable (Microsoft.SqlServer.Management.Smo.IndexEnableAction action);
member this.Enable : Microsoft.SqlServer.Management.Smo.IndexEnableAction -> unit
Public Sub Enable (action As IndexEnableAction)

Parameters

Applies to