Método DtsConvert.ToApplication
Observação: essa API está obsoleta.
*** 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 (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")> _
Public Shared Function ToApplication ( _
iapp As IDTSApplication100 _
) As Application
'Uso
Dim iapp As IDTSApplication100
Dim returnValue As Application
returnValue = DtsConvert.ToApplication(iapp)
[ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Application ToApplication(
IDTSApplication100 iapp
)
[ObsoleteAttribute(L"The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public:
static Application^ ToApplication(
IDTSApplication100^ iapp
)
[<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToApplication :
iapp:IDTSApplication100 -> Application
public static function ToApplication(
iapp : IDTSApplication100
) : Application
Parâmetros
- iapp
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
The native IDTSApplication100 object.
Valor de retorno
Tipo: Microsoft.SqlServer.Dts.Runtime.Application
A managed Application object.