다음을 통해 공유


GetExtendedInterface 메서드 (Application)

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

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

구문

‘선언
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.