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.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
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.