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. |