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
)
パラメーター
- wrapper
型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
ラッパーです。
- transaction
型: System.Object
トランザクションです。
実装
IDTSManagedComponentHost100.HostAcquireConnections(IDTSManagedComponentWrapper100, Object)