Language

ResumableOperationStateType 列挙型

定義

再開可能な操作の状態: 実行中、一時停止、なし。

[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
継承
ResumableOperationStateType
属性

フィールド

名前 説明
Running 0

実行中。

Paused 1

一時停止。

None 2

None.

適用対象