다음을 통해 공유


LastRunOutcome 속성

Gets the outcome of the job step when it was last executed.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property LastRunOutcome As CompletionResult
    Get
‘사용 방법
Dim instance As JobStep
Dim value As CompletionResult

value = instance.LastRunOutcome
[SfcPropertyAttribute]
public CompletionResult LastRunOutcome { get; }
[SfcPropertyAttribute]
public:
property CompletionResult LastRunOutcome {
    CompletionResult get ();
}
[<SfcPropertyAttribute>]
member LastRunOutcome : CompletionResult
function get LastRunOutcome () : CompletionResult

속성 값

형식: Microsoft.SqlServer.Management.Smo.Agent. . :: . .CompletionResult
A CompletionResult object value that specifies the outcome of the job when it was last executed.