EventsProvider.DisableEventHandlers Property

Definition

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

public:
 property bool DisableEventHandlers { bool get(); void set(bool value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")]
public bool DisableEventHandlers { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")>]
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