ResumableOperationStateType Enum

Definition

Resumable Operation State: Running, Paused, None.

[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
Inheritance
ResumableOperationStateType
Attributes

Fields

None 2

None.

Paused 1

Paused.

Running 0

Running.

Applies to