Share via


EventsProvider.DisableEventHandlers Property

Gets or sets a Boolean that indicates whether the event handlers on task are disabled.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
Public Property DisableEventHandlers As Boolean
public bool DisableEventHandlers { get; set; }
public:
property bool DisableEventHandlers {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_DisableEventHandlers ()

/** @property */
public void set_DisableEventHandlers (boolean value)
public function get DisableEventHandlers () : boolean

public function set DisableEventHandlers (value : 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.

Remarks

The default value of this property is false.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

EventsProvider Class
EventsProvider Members
Microsoft.SqlServer.Dts.Runtime Namespace