다음을 통해 공유


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 네임스페이스