SqlRetryingEventArgs.RetryCount 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
第一次发生异常后重试-尝试数。
public:
 property int RetryCount { int get(); };
	public int RetryCount { get; }
	member this.RetryCount : int
	Public ReadOnly Property RetryCount As Integer
	属性值
              int 返回重试执行尝试次数的 ;从 1 开始。