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.

참고 항목

참조

IDTSRuntimeComponent100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스