次の方法で共有


CurrentRunRetryAttempt プロパティ

MicrosoftSQL Server エージェントがジョブを実行しようとして失敗した回数を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property CurrentRunRetryAttempt As Integer
    Get
'使用
Dim instance As Job
Dim value As Integer

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

プロパティ値

型: System. . :: . .Int32
SQL Server エージェントがジョブを実行しようとして失敗した回数を示す Int32 値です。