HostPrepareForExecute 方法
此 API 支持 基础结构,但不能通过代码直接使用。
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)
语法
声明
Public Sub HostPrepareForExecute ( _
wrapper As IDTSManagedComponentWrapper100 _
)
用法
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
instance.HostPrepareForExecute(wrapper)
public void HostPrepareForExecute(
IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostPrepareForExecute(
IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostPrepareForExecute :
wrapper:IDTSManagedComponentWrapper100 -> unit
override HostPrepareForExecute :
wrapper:IDTSManagedComponentWrapper100 -> unit
public final function HostPrepareForExecute(
wrapper : IDTSManagedComponentWrapper100
)
实现
IDTSManagedComponentHost100. . :: . .HostPrepareForExecute(IDTSManagedComponentWrapper100)