IDTSRuntimeComponent100.PrepareForExecute 方法
Called prior to PreExecute. The developer can supply code that executes once before the component performs its main processing and before the input buffers are available.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
語法
'宣告
Sub PrepareForExecute
'用途
Dim instance As IDTSRuntimeComponent100
instance.PrepareForExecute()
void PrepareForExecute()
void PrepareForExecute()
abstract PrepareForExecute : unit -> unit
function PrepareForExecute()
備註
Component developers may do some initialization in this method; however the BufferManager is not available until later when the PreExecute method is called.