다음을 통해 공유


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.