Share via


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 네임스페이스