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

Name Value Description
Running 0

Running.

Paused 1

Paused.

None 2

None.

Applies to