SqlRetryingEventArgs.Cancel 属性

定义

获取或设置一个值,该值指示是否应取消重试逻辑。

public:
 property bool Cancel { bool get(); void set(bool value); };
public bool Cancel { get; set; }
member this.Cancel : bool with get, set
Public Property Cancel As Boolean

属性值

如果设置为 true,则执行尝试将立即中断。

适用于