Condividi tramite


Proprietà LastRunRetries

Gets the number of retries that were attempted when the job step was last executed.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property LastRunRetries As Integer
    Get
'Utilizzo
Dim instance As JobStep
Dim value As Integer

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

Valore proprietà

Tipo: System. . :: . .Int32
An Int32 value that specifies the number of attempted retries when the job step was last executed.