IDTSManagedHelper100.GetManagedConnection(String, String, 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.
Returns a managed connection.
public:
System::Object ^ GetManagedConnection(System::String ^ bstrAssemblyQualifiedName, System::String ^ bstrConnectionString, System::Object ^ pTransaction);
public object GetManagedConnection (string bstrAssemblyQualifiedName, string bstrConnectionString, object pTransaction);
abstract member GetManagedConnection : string * string * obj -> obj
Public Function GetManagedConnection (bstrAssemblyQualifiedName As String, bstrConnectionString As String, pTransaction As Object) As Object
Parameters
- bstrAssemblyQualifiedName
- String
The name of the qualified assembly.
- bstrConnectionString
- String
The connection string.
- pTransaction
- Object
The connection transaction.
Returns
A managed connection.
Remarks
For more information, see ManagedHelper.