Partager via


Propriété JobStep.LastRunOutcome

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.Agent
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastRunOutcome As CompletionResult 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Planification des tâches administratives automatiques dans l'Agent SQL Server

Voir aussi

Référence

JobStep Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Agent

Autres ressources

Tâches d'administration automatisée (Agent SQL Server)

sp_help_jobstep (Transact-SQL)