IDTSRuntimeComponent100.PreExecute 方法

定义

public:
 void PreExecute();
[System.Runtime.InteropServices.DispId(13)]
public void PreExecute();
[<System.Runtime.InteropServices.DispId(13)>]
abstract member PreExecute : unit -> unit
Public Sub PreExecute ()
属性

注解

组件开发者应尽可能多地将功能纳入预执行,因为它每个组件执行只调用一次,而 ProcessInput则每个输入缓冲区调用一次。 组件应通过调用 FindColumnByLineageIDBufferManager的方法来定位其输入和输出列的IDTSBuffer100索引。

适用于