DtsConvert.ToApplication(IDTSApplication100) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
The ToXXXX() methods have been replaced with the GetWrapper() method.
Membro obsoleto; utilizzare ilGetWrapper(IDTSApplication100)metodo invece. Converte un oggetto nativo IDTSApplication100 in un oggetto gestitoApplication.
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
Parametri
- iapp
- IDTSApplication100
Oggetto IDTSApplication100 nativo.
Restituisce
Oggetto Application gestito.
- Attributi