Table.EnableAllIndexes Method
Enables all indexes.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub EnableAllIndexes ( _
action As IndexEnableAction _
)
'Usage
Dim instance As Table
Dim action As IndexEnableAction
instance.EnableAllIndexes(action)
public void EnableAllIndexes(
IndexEnableAction action
)
public:
void EnableAllIndexes(
IndexEnableAction action
)
member EnableAllIndexes :
action:IndexEnableAction -> unit
public function EnableAllIndexes(
action : IndexEnableAction
)
Parameters
- action
Type: Microsoft.SqlServer.Management.Smo.IndexEnableAction
An IndexEnableAction object value that specifies how to enable the indexes.
See Also