ManagedHelper.GetManagedConnection Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetManagedConnection ( _
assemblyQualifiedName As String, _
connStr As String, _
transaction As Object _
) As Object
'Usage
Dim instance As ManagedHelper
Dim assemblyQualifiedName As String
Dim connStr As String
Dim transaction As Object
Dim returnValue As Object
returnValue = instance.GetManagedConnection(assemblyQualifiedName, _
connStr, transaction)
public Object GetManagedConnection(
string assemblyQualifiedName,
string connStr,
Object transaction
)
public:
virtual Object^ GetManagedConnection(
String^ assemblyQualifiedName,
String^ connStr,
Object^ transaction
) sealed
abstract GetManagedConnection :
assemblyQualifiedName:string *
connStr:string *
transaction:Object -> Object
override GetManagedConnection :
assemblyQualifiedName:string *
connStr:string *
transaction:Object -> Object
public final function GetManagedConnection(
assemblyQualifiedName : String,
connStr : String,
transaction : Object
) : Object
Parameters
- assemblyQualifiedName
Type: System.String
- connStr
Type: System.String
- transaction
Type: System.Object
Return Value
Type: System.Object
Implements
IDTSManagedHelper100.GetManagedConnection(String, String, Object)