Właściwość LastRunRetries
Pobiera liczbę ponownych prób, które próbowano podczas ostatniego wykonano kroku zadanie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastRunRetries As Integer
Get
'Użycie
Dim instance As JobStep
Dim value As Integer
value = instance.LastRunRetries
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int LastRunRetries { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int LastRunRetries {
int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LastRunRetries : int
function get LastRunRetries () : int
Wartość właściwości
Typ: System. . :: . .Int32
Int32 Wartość określająca liczbę ponownych prób podczas zadanie ostatniego wykonano kroku.
Zobacz także