다음을 통해 공유


DtsConvert.GetExtendedInterface 메서드 (Application)

Gets the native IDTSApplication100 object that corresponds to the specified managed Application object.

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

구문

‘선언
Public Shared Function GetExtendedInterface ( _
    app As Application _
) As IDTSApplication100
‘사용 방법
Dim app As Application 
Dim returnValue As IDTSApplication100 

returnValue = DtsConvert.GetExtendedInterface(app)
public static IDTSApplication100 GetExtendedInterface(
    Application app
)
public:
static IDTSApplication100^ GetExtendedInterface(
    Application^ app
)
static member GetExtendedInterface : 
        app:Application -> IDTSApplication100
public static function GetExtendedInterface(
    app : Application
) : IDTSApplication100

매개 변수

반환 값

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

주의

Use the DtsConvert.GetExtendedInterface(Application) method instead of the obsolete ToApplication90 method.

참고 항목

참조

DtsConvert 클래스

GetExtendedInterface 오버로드

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