GetExtendedInterface 메서드 (ConnectionManager)
Gets the native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
Public Shared Function GetExtendedInterface ( _
connMgr As ConnectionManager _
) As IDTSConnectionManager100
‘사용 방법
Dim connMgr As ConnectionManager
Dim returnValue As IDTSConnectionManager100
returnValue = DtsConvert.GetExtendedInterface(connMgr)
public static IDTSConnectionManager100 GetExtendedInterface(
ConnectionManager connMgr
)
public:
static IDTSConnectionManager100^ GetExtendedInterface(
ConnectionManager^ connMgr
)
static member GetExtendedInterface :
connMgr:ConnectionManager -> IDTSConnectionManager100
public static function GetExtendedInterface(
connMgr : ConnectionManager
) : IDTSConnectionManager100
매개 변수
- connMgr
형식: Microsoft.SqlServer.Dts.Runtime. . :: . .ConnectionManager
A managed ConnectionManager object.
반환 값
형식: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSConnectionManager100
The native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.
주의
Use the DtsConvert..::..GetExtendedInterface(ConnectionManager) method instead of the obsolete ToConnectionManager90 method.