IDTSPipeline100.Events 속성

Sets the events interface that the data flow and its components use to raise events during execution.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
WriteOnly Property Events As IDTSComponentEvents100 
    Set
‘사용 방법
Dim instance As IDTSPipeline100 
Dim value As IDTSComponentEvents100

instance.Events = value
IDTSComponentEvents100 Events { set; }
property IDTSComponentEvents100^ Events {
    void set (IDTSComponentEvents100^ value);
}
abstract Events : IDTSComponentEvents100 with get, set
function set Events (value : IDTSComponentEvents100)

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
The IDTSComponentEvents100 interface.

주의

To receive events during execution from the data flow task and the components it contains, create a class that implements the IDTSComponentEvents100 interface, and then assign the class to this property before execution.

참고 항목

참조

IDTSPipeline100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스