IDTSConnectionManager100.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:
System::Object ^ AcquireConnection(System::Object ^ pTransaction);
[System.Runtime.InteropServices.DispId(4)]
public object AcquireConnection (object pTransaction);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member AcquireConnection : obj -> obj
Public Function AcquireConnection (pTransaction As Object) As Object
Parameters
- pTransaction
- Object
The handle to a transaction type.
Returns
An object that contains the transaction connection.
- Attributes