Поделиться через


EventsProvider.EventInfos Property

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

Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Синтаксис

'Декларация
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

Значение свойства

Returns an EventInfos collection.

Замечания

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.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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