EventsProvider.EventInfos 属性

定义

返回 EventInfo 对象的集合。 此字段为只读。

public:
 property Microsoft::SqlServer::Dts::Runtime::EventInfos ^ EventInfos { Microsoft::SqlServer::Dts::Runtime::EventInfos ^ get(); };
public Microsoft.SqlServer.Dts.Runtime.EventInfos EventInfos { get; }
member this.EventInfos : Microsoft.SqlServer.Dts.Runtime.EventInfos
Public ReadOnly Property EventInfos As EventInfos

属性值

返回 EventInfos 集合。

注解

EventInfos 集合用于保存希望任务在执行期间引发的自定义事件和事件。 创建自定义任务时,可以使用此类将自己的自定义事件添加到运行时。

适用于