次の方法で共有


Operation.ServerOperationStatus 列挙体

サーバーの動作状態を指定します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public Enumeration ServerOperationStatus
'使用
Dim instance As Operation.ServerOperationStatus
public enum ServerOperationStatus
public enum class ServerOperationStatus
type ServerOperationStatus
public enum ServerOperationStatus

メンバー

メンバー名 説明
Canceled Canceled 状態です。
Completion Completion 状態です。
Created Created 状態です。
Failed Failed 状態です。
Pending Pending 状態です。
Running Running 状態です。
Stopping Stopping 状態です。
Success Success 状態です。
UnexpectTerminated UnexpectTerminated 状態です。

関連項目

参照

Microsoft.SqlServer.Management.IntegrationServices 名前空間