다음을 통해 공유


DtsEventHandlers.Join 메서드

Joins a new event handler to the collection.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Sub Join ( _
    eventHandler As DtsEventHandler _
)
‘사용 방법
Dim instance As DtsEventHandlers 
Dim eventHandler As DtsEventHandler

instance.Join(eventHandler)
public void Join(
    DtsEventHandler eventHandler
)
public:
void Join(
    DtsEventHandler^ eventHandler
)
member Join : 
        eventHandler:DtsEventHandler -> unit
public function Join(
    eventHandler : DtsEventHandler
)

매개 변수

참고 항목

참조

DtsEventHandlers 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스