共用方式為


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 命名空間