Specifies the server operation status.
命名空間: 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 | The status is Canceled. | |
| Completion | The status is Completion. | |
| Created | The status is Created. | |
| Failed | The status is Failed. | |
| Pending | The status is Pending. | |
| Running | The status is Running. | |
| Stopping | The status is Stopping. | |
| Success | The status is Success. | |
| UnexpectTerminated | The status is UnexpectTerminated. |