Table.EnableAllIndexes(IndexEnableAction) Méthode

Définition

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

S’applique à