IDTSEventsProvider100.DisableEventHandlers プロパティ

定義

public:
 property bool DisableEventHandlers { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(12)]
public bool DisableEventHandlers { [System.Runtime.InteropServices.DispId(12)] get; [System.Runtime.InteropServices.DispId(12)] set; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
[<set: System.Runtime.InteropServices.DispId(12)>]
member this.DisableEventHandlers : bool with get, set
Public Property DisableEventHandlers As Boolean

プロパティ値

タスクのイベント ハンドラーが無効かどうかを示す ブール値値 true は、イベント処理が無効になっていることを示します。

属性

注釈

このプロパティの既定値は falseです。

適用対象