다음을 통해 공유


DtsConvert.GetExtendedInterface 메서드 (Connections)

Gets the native IDTSConnections100 object that corresponds to the specified managed Connections object.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Shared Function GetExtendedInterface ( _
    connections As Connections _
) As IDTSConnections100
‘사용 방법
Dim connections As Connections 
Dim returnValue As IDTSConnections100 

returnValue = DtsConvert.GetExtendedInterface(connections)
public static IDTSConnections100 GetExtendedInterface(
    Connections connections
)
public:
static IDTSConnections100^ GetExtendedInterface(
    Connections^ connections
)
static member GetExtendedInterface : 
        connections:Connections -> IDTSConnections100
public static function GetExtendedInterface(
    connections : Connections
) : IDTSConnections100

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The native IDTSConnections100 object that corresponds to the specified managed Connections object.

주의

Use the DtsConvert.GetExtendedInterface(Connections) method instead of the obsolete ToConnections90 method.

참고 항목

참조

DtsConvert 클래스

GetExtendedInterface 오버로드

Microsoft.SqlServer.Dts.Runtime 네임스페이스