DtsConvert.ToApplication Method (IDTSApplication100)

 

Applies To: SQL Server 2016 Preview

Note: This API is now obsolete.

*** Member obsolete; use the GetWrapper(IDTSApplication100) method instead. *** Converts a native IDTSApplication100 object to a managed Application object.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

[ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Application ToApplication(
    IDTSApplication100 iapp
)
public:
[ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
static Application^ ToApplication(
    IDTSApplication100^ iapp
)
[<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToApplication : 
        iapp:IDTSApplication100 -> Application
<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")>
Public Shared Function ToApplication (
    iapp As IDTSApplication100
) As Application

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Application

A managed Application object.

See Also

DtsConvert Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top