Table.EnableAllIndexes(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 all indexes. The action argument specifies how enable the index. It is possible to call Create() or Rebuild() on the Index
public void EnableAllIndexes (Microsoft.SqlServer.Management.Smo.IndexEnableAction action);
member this.EnableAllIndexes : Microsoft.SqlServer.Management.Smo.IndexEnableAction -> unit
Public Sub EnableAllIndexes (action As IndexEnableAction)
Parameters
- action
- IndexEnableAction