Share via


IDTSEventsProvider100.DisableEventHandlers 属性

定义

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

属性值

一个 布尔值 ,指示是否禁用任务的事件处理程序。 true 值指示事件处理已禁用。

属性

注解

此属性的默认值为 false

适用于