ResumableOperationStateType Énumération
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.
État de l’opération pouvant être reprise : en cours d’exécution, suspendu, aucun.
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ResumableOperationStateTypeConverter))]
public enum ResumableOperationStateType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.ResumableOperationStateTypeConverter))>]
type ResumableOperationStateType =
Public Enum ResumableOperationStateType
- Héritage
-
ResumableOperationStateType
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| Running | 0 | En cours. |
| Paused | 1 | Suspendu. |
| None | 2 | None. |