Compartir a través de


EventsProvider.EventHandlers Property

Returns a collection of event handler objects. This field is read-only.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public ReadOnly Property EventHandlers As DtsEventHandlers
public DtsEventHandlers EventHandlers { get; }
public:
property DtsEventHandlers^ EventHandlers {
    DtsEventHandlers^ get ();
}
/** @property */
public DtsEventHandlers get_EventHandlers ()
public function get EventHandlers () : DtsEventHandlers

Valor de propiedad

A collection of event handlers in a DtsEventHandlers collection.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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