EventsProvider.DisableEventHandlers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.