다음을 통해 공유


IDTSDesigntimeComponent100.AcquireConnections 메서드

Establishes a connection to a connection manager.

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

구문

‘선언
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
)

매개 변수

  • pTransaction
    유형: System.Object
    The transaction associated with the connection.

주의

The 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.

참고 항목

참조

IDTSDesigntimeComponent100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스