Freigeben über


EventsProvider.EventInfos Property

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

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Declaration
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

Eigenschaftswert

Returns an EventInfos collection.

Hinweise

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.

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