DtsConvert.ToApplication(IDTSApplication100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The ToXXXX() methods have been replaced with the GetWrapper() method.
*** Member obsolete; use the GetWrapper(IDTSApplication100) method instead. *** Converts a native IDTSApplication100 object to a managed Application object.
public:
static Microsoft::SqlServer::Dts::Runtime::Application ^ ToApplication(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication100 ^ iapp);
[System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Application ToApplication (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100 iapp);
[<System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToApplication : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100 -> Microsoft.SqlServer.Dts.Runtime.Application
Public Shared Function ToApplication (iapp As IDTSApplication100) As Application
Parameters
- iapp
- IDTSApplication100
The native IDTSApplication100 object.
Returns
A managed Application object.
- Attributes