Index.Enable(IndexEnableAction) 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.
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
- action
- IndexEnableAction