Compartir a través de


LastRunOutcome Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Agent
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property LastRunOutcome As CompletionResult
    Get
'Uso
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

Valor de la propiedad

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