次の方法で共有


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設定すると、実行の試行はすぐに中断されます。

適用対象