Freigeben über


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)

Eigenschaftswert

A Boolean that indicates if event handlers for the task are disabled. A value of true indicates that event handling is disabled.

Hinweise

The default value of this property is false.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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