Share via


Table.EnableAllIndexes(IndexEnableAction) Method

Definition

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

Applies to