ManagedHelper.GetManagedConnection Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the managed connection for the helper.
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
The assembly qualified name.
- connStr
Type: System.String
The connection string.
- transaction
Type: System.Object
The transaction.
Return Value
Type: System.Object
The managed connection.
Implements
IDTSManagedHelper100.GetManagedConnection(String, String, Object)