次の方法で共有


IDTSManagedComponentHost100.HostAcquireConnections メソッド

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

ホストの接続を取得します。

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

構文

'宣言
Sub HostAcquireConnections ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    pTransaction As Object _
)
'使用
Dim instance As IDTSManagedComponentHost100 
Dim pWrapper As IDTSManagedComponentWrapper100 
Dim pTransaction As Object

instance.HostAcquireConnections(pWrapper, _
    pTransaction)
void HostAcquireConnections(
    IDTSManagedComponentWrapper100 pWrapper,
    Object pTransaction
)
void HostAcquireConnections(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper, 
    [InAttribute] Object^ pTransaction
)
abstract HostAcquireConnections : 
        pWrapper:IDTSManagedComponentWrapper100 * 
        pTransaction:Object -> unit
function HostAcquireConnections(
    pWrapper : IDTSManagedComponentWrapper100, 
    pTransaction : Object
)

パラメーター

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

関連項目

参照

IDTSManagedComponentHost100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間