DtsConvert.GetWrapper 方法 (IDTSApplication100)

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

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Shared Function GetWrapper ( _
    iapp As IDTSApplication100 _
) As Application
用法
Dim iapp As IDTSApplication100 
Dim returnValue As Application 

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

参数

返回值

类型:Microsoft.SqlServer.Dts.Runtime.Application
The managed Application object that corresponds to the specified native IDTSApplication100 object.

注释

Use the DtsConvert.GetWrapper(IDTSApplication100) method instead of the obsolete ToApplication method.

请参阅

参考

DtsConvert 类

GetWrapper 重载

Microsoft.SqlServer.Dts.Runtime 命名空间