Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Returns a managed connection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetManagedConnection ( _
bstrAssemblyQualifiedName As String, _
bstrConnectionString As String, _
pTransaction As Object _
) As Object
'Usage
Dim instance As IDTSManagedHelper100
Dim bstrAssemblyQualifiedName As String
Dim bstrConnectionString As String
Dim pTransaction As Object
Dim returnValue As Object
returnValue = instance.GetManagedConnection(bstrAssemblyQualifiedName, _
bstrConnectionString, pTransaction)
Object GetManagedConnection(
string bstrAssemblyQualifiedName,
string bstrConnectionString,
Object pTransaction
)
Object^ GetManagedConnection(
[InAttribute] String^ bstrAssemblyQualifiedName,
[InAttribute] String^ bstrConnectionString,
[InAttribute] Object^ pTransaction
)
abstract GetManagedConnection :
bstrAssemblyQualifiedName:string *
bstrConnectionString:string *
pTransaction:Object -> Object
function GetManagedConnection(
bstrAssemblyQualifiedName : String,
bstrConnectionString : String,
pTransaction : Object
) : Object
Parameter
- bstrAssemblyQualifiedName
Typ: System.String
The name of the qualified assembly.
- bstrConnectionString
Typ: System.String
The connection string.
- pTransaction
Typ: System.Object
The connection transaction.
Rückgabewert
Typ: System.Object
A managed connection.
Hinweise
For more information, see ManagedHelper.