ManagedComponentHost.HostAcquireConnections Yöntemi
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline
Derleme: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost içinde.dll)
Sözdizimi
'Bildirim
Public Sub HostAcquireConnections ( _
wrapper As IDTSManagedComponentWrapper100, _
transaction As Object _
)
'Kullanım
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
)
Parametreler
- transaction
Tür: System.Object
Uygulamalar
IDTSManagedComponentHost100.HostAcquireConnections(IDTSManagedComponentWrapper100, Object)