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


Метод CManagedComponentWrapperClass.AcquireConnections

Establishes a connection to a connection manager.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Public Overridable Sub AcquireConnections ( _
    pTransaction As Object _
)
'Применение
Dim instance As CManagedComponentWrapperClass 
Dim pTransaction As Object

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

Параметры

  • pTransaction
    Тип: System.Object
    The transaction the connection is participating in.

Реализует

IDTSDesigntimeComponent100.AcquireConnections(Object)

Замечания

Data flow components establish connections to external data sources by using the AcquireConnections method. This method should be called before calling the Validate or ReinitializeMetaData methods to enable the component to verify the metadata contained in its column collections and to correct any errors that are found.

См. также

Справочник

CManagedComponentWrapperClass Класс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper