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, setPublic Property Current As Integer属性值
              int ,返回第一次失败后的重试执行尝试次数。