다음을 통해 공유


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