Table.EnableAllIndexes(IndexEnableAction) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Active tous les index. L’argument d’action spécifie comment activer l’index. Il est possible d’appeler Create() ou Rebuild() sur l’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)
Paramètres
- action
- IndexEnableAction