Lenguaje

ResumableOperationStateType Enumeración

Definición

Estado de la operación reanudable: En ejecución, en pausa, Ninguno.

[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
Herencia
ResumableOperationStateType
Atributos

Campos

Nombre Valor Description
Running 0

En ejecución.

Paused 1

En pausa.

None 2

None.

Se aplica a