IDTSRuntimeComponent100.PreExecute 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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索引。