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.
- connStr
유형: System.String
The connection string.
- transaction
유형: System.Object
The transaction.
반환 값
유형: System.Object
The managed connection.
구현
IDTSManagedHelper100.GetManagedConnection(String, String, Object)