Compartir a través de


EventsProvider.EventInfos Property

Returns a collection of EventInfo 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 EventInfos As EventInfos
public EventInfos EventInfos { get; }
public:
property EventInfos^ EventInfos {
    EventInfos^ get ();
}
/** @property */
public EventInfos get_EventInfos ()
public function get EventInfos () : EventInfos

Valor de propiedad

Returns an EventInfos collection.

Notas

The EventInfos collection is used to hold custom events and events that you want the task to raise during execution. When creating a custom task, you use this class to add your own custom events to the runtime.

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