Langue

ResumableOperationStateType Énumération

Définition

É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.

S’applique à