SqlRetryLogicBase.NumberOfTries 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
最大重试次数。
public: property int NumberOfTries { public:
int get(); protected:
void set(int value); };
public int NumberOfTries { get; protected set; }
member this.NumberOfTries : int with get, set
Public Property NumberOfTries As Integer
属性值
int
返回第一次失败后将尝试的最大重试执行尝试次数。