SqlRetryLogicOption.NumberOfTries 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置尝试执行函数的次数。
public:
property int NumberOfTries { int get(); void set(int value); };
public int NumberOfTries { get; set; }
member this.NumberOfTries : int with get, set
Public Property NumberOfTries As Integer
属性值
int
介于 1 和 60 之间;1 表示执行一次,如果遇到错误,请不要重试。