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 ()
属性

注解

组件开发人员应尽可能多地将功能考虑到 PreExecute 中,因为它在每个组件执行中只调用一次,而不像 ProcessInput,后者为每个输入缓冲区调用一次。 组件应通过调用 FindColumnByLineageID 的 方法在 中找到IDTSBuffer100其输入和输出列的BufferManager索引。

适用于