IDTSRuntimeComponent100.PostExecute 메서드

정의

구성 요소 실행 끝에서 호출됩니다. 개발자는 구성 요소의 주 처리 이후에 실행하는 코드를 제공할 수 있습니다.

public:
 void PostExecute();
[System.Runtime.InteropServices.DispId(16)]
public void PostExecute ();
[<System.Runtime.InteropServices.DispId(16)>]
abstract member PostExecute : unit -> unit
Public Sub PostExecute ()
특성

설명

메서드는 PostExecuteProcessInput 메서드 이후에 PrimeOutput 호출됩니다. 구성 요소는 이 메서드 중에 리소스를 해제하고 개체에 값을 할당할 Variable 수 있습니다.

적용 대상