IDTSManagedHelper140.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.
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
- bstrConnectionString
- String
- pTransaction
- Object