EnableAllIndexes méthode
Enables all indexes.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub EnableAllIndexes ( _
action As IndexEnableAction _
)
'Utilisation
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
)
Paramètres
- action
Type : Microsoft.SqlServer.Management.Smo. . :: . .IndexEnableAction
An IndexEnableAction object value that specifies how to enable the indexes.
Voir aussi