다음을 통해 공유


AcquireConnections 메서드

Establishes a connection to a connection manager.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
Sub AcquireConnections ( _
    pTransaction As Object _
)
‘사용 방법
Dim instance As IDTSDesigntimeComponent100
Dim pTransaction As Object

instance.AcquireConnections(pTransaction)
void AcquireConnections(
    Object pTransaction
)
void AcquireConnections(
    [InAttribute] Object^ pTransaction
)
abstract AcquireConnections : 
        pTransaction:Object -> unit 
function AcquireConnections(
    pTransaction : Object
)

매개 변수

주의

AcquireConnections is called during both component design and execution. Components that connect to external data sources should establish their connections by using this method. Any connection established during this method should be cached in a local member variable, and released during the ReleaseConnections method.