IDTSEventsProvider100.DisableEventHandlers Propiedad

Definición

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

Valor de propiedad

Valor booleano que indica si los controladores de eventos de la tarea están deshabilitados. Un valor true indica que el control de eventos está deshabilitado.

Atributos

Se aplica a