Metodo IDTSManagedComponentHost100.HostAcquireConnections
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Acquires host connections.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
Sub HostAcquireConnections ( _
pWrapper As IDTSManagedComponentWrapper100, _
pTransaction As Object _
)
'Utilizzo
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
)
Parametri
- pWrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The wrapper.
- pTransaction
Tipo: System.Object
The transaction.