IDTSEventsProvider100.DisableEventHandlers Property

Definition

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

Property Value

A Boolean that indicates if event handlers for the task are disabled. A value of true indicates that event handling is disabled.

Attributes

Remarks

The default value of this property is false.

Applies to