ResumableOperationStateType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |