ConnectionManager::AcquireConnection Method (Object^)
Creates an instance of the connection type.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Parameters
- txn
-
Type:
System::Object^
The handle to a transaction type.
Pass null for the transaction parameter txn when the SupportsDTCTransactions property is false. If the SupportsDTCTransactions property is true, you can pass null in the transaction parameter to indicate that the container supports transactions, but is not going to participate.
Show: