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
参数
- iapp
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
A native IDTSApplication100 object.
返回值
类型: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.