CManagedComponentWrapperClass.EventInfos 属性

Sets the IDTSEventInfos100 collection that is associated with the component.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public Overridable WriteOnly Property EventInfos As IDTSEventInfos100 
    Set
用法
Dim instance As CManagedComponentWrapperClass 
Dim value As IDTSEventInfos100

instance.EventInfos = value
public virtual IDTSEventInfos100 EventInfos { set; }
public:
virtual property IDTSEventInfos100^ EventInfos {
    void set (IDTSEventInfos100^ value);
}
abstract EventInfos : IDTSEventInfos100 with get, set 
override EventInfos : IDTSEventInfos100 with get, set
function set EventInfos (value : IDTSEventInfos100)

属性值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
The IDTSEventInfos100 collection that is associated with the component.

实现

IDTSRuntimeComponent100.EventInfos

请参阅

参考

CManagedComponentWrapperClass 类

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间