共用方式為


ManagedComponentHost.HostPrepareForExecute 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Prepares the host for execution.

命名空間:  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)

請參閱

參考

ManagedComponentHost 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間