ConnectionManagerCacheClass.AcquireConnection(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the connection type.
public:
virtual System::Object ^ AcquireConnection(System::Object ^ pTransaction) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100::AcquireConnection;
[System.Runtime.InteropServices.DispId(4)]
public virtual object AcquireConnection (object pTransaction);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member AcquireConnection : obj -> obj
override this.AcquireConnection : obj -> obj
Public Overridable Function AcquireConnection (pTransaction As Object) As Object
Parameters
- pTransaction
- Object
The handle to a transaction type.
Returns
An object that contains the transaction connection.
Implements
- Attributes
Remarks
For more information, see ConnectionManager.