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


Свойство EventsProvider.EventInfos

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

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

Синтаксис

'Декларация
Public ReadOnly Property EventInfos As EventInfos 
    Get
'Применение
Dim instance As EventsProvider 
Dim value As EventInfos 

value = instance.EventInfos
public EventInfos EventInfos { get; }
public:
property EventInfos^ EventInfos {
    EventInfos^ get ();
}
member EventInfos : EventInfos
function get EventInfos () : EventInfos

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

Тип: Microsoft.SqlServer.Dts.Runtime.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.

См. также

Справочник

EventsProvider Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime