ManagedComponentHost.HostAcquireConnections 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Acquires connection for the 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
)

参数

实现

IDTSManagedComponentHost100.HostAcquireConnections(IDTSManagedComponentWrapper100, Object)

请参阅

参考

ManagedComponentHost 类

Microsoft.SqlServer.Dts.Pipeline 命名空间