Поделиться через


Метод 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