次の方法で共有


ManagedComponentHost.HostAcquireConnections メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ManagedComponentHost の接続を取得します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline
アセンブリ:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)

構文

'宣言
Public Sub HostAcquireConnections ( _
    wrapper As IDTSManagedComponentWrapper100, _
    transaction As Object _
)
'使用
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim transaction As Object

instance.HostAcquireConnections(wrapper, _
    transaction)
public void HostAcquireConnections(
    IDTSManagedComponentWrapper100 wrapper,
    Object transaction
)
public:
virtual void HostAcquireConnections(
    IDTSManagedComponentWrapper100^ wrapper, 
    Object^ transaction
) sealed
abstract HostAcquireConnections : 
        wrapper:IDTSManagedComponentWrapper100 * 
        transaction:Object -> unit  
override HostAcquireConnections : 
        wrapper:IDTSManagedComponentWrapper100 * 
        transaction:Object -> unit
public final function HostAcquireConnections(
    wrapper : IDTSManagedComponentWrapper100, 
    transaction : Object
)

パラメーター

  • transaction
    型: System.Object
    トランザクションです。

実装

IDTSManagedComponentHost100.HostAcquireConnections(IDTSManagedComponentWrapper100, Object)

関連項目

参照

ManagedComponentHost クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間