共用方式為


JobStep.LastRunOutcome 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo.Agent
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastRunOutcome As CompletionResult 
    Get
'用途
Dim instance As JobStep 
Dim value As CompletionResult 

value = instance.LastRunOutcome
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public CompletionResult LastRunOutcome { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property CompletionResult LastRunOutcome {
    CompletionResult get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

範例

使用 SQL Server Agent 排程自動管理工作

請參閱

參考

JobStep 類別

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

其他資源

自動化管理工作 (SQL Server Agent)

sp_help_jobstep (Transact-SQL)