SqlRetryLogicBase.Current 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從零開始的目前重試編號。
public: property int Current { public:
int get(); protected:
void set(int value); };
public int Current { get; protected set; }
member this.Current : int with get, set
Public Property Current As Integer
屬性值
int
,會傳回第一次失敗之後的重試執行嘗試次數。