JobOutcome 枚举

The JobOutcome enumeration is a list of constant values that specify the outcome after running a job.

命名空间:  Microsoft.SqlServer.Management.Smo.Agent
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration JobOutcome
用法
Dim instance As JobOutcome
public enum JobOutcome
public enum class JobOutcome
type JobOutcome
public enum JobOutcome

成员

成员名称 说明
Cancelled The job was canceled.
Failed The job failed.
InProgress The job is currently running.
Succeeded The job succeeded.
Unknown The outcome is unknown.

注释

The JobOutcome enumeration class is served by the LastRunOutcome property.

请参阅

参考

Microsoft.SqlServer.Management.Smo.Agent 命名空间