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.