ManagedHelper.GetManagedConnection 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the managed connection for the helper.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Function GetManagedConnection ( _
    assemblyQualifiedName As String, _
    connStr As String, _
    transaction As Object _
) As Object
用法
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

参数

  • assemblyQualifiedName
    类型:System.String
    The assembly qualified name.

返回值

类型:System.Object
The managed connection.

实现

IDTSManagedHelper100.GetManagedConnection(String, String, Object)

请参阅

参考

ManagedHelper 类

Microsoft.SqlServer.Dts.Runtime 命名空间