Partager via


GetManagedConnection méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Function GetManagedConnection ( _
    assemblyQualifiedName As String, _
    connStr As String, _
    transaction As Object _
) As Object
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .Object

Implémente

IDTSManagedHelper100. . :: . .GetManagedConnection(String, String, Object)