다음을 통해 공유


LastRunRetries 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo.Agent
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property LastRunRetries As Integer
    Get
‘사용 방법
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

속성 값

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