Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Remarque : cette API est désormais obsolète.
*** Member obsolete; use the GetExtendedInterface(Application) method instead. *** Converts a managed Application object to a native IDTSApplication100 object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToApplication90 ( _
app As Application _
) As IDTSApplication100
'Utilisation
Dim app As Application
Dim returnValue As IDTSApplication100
returnValue = DtsConvert.ToApplication90(app)
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSApplication100 ToApplication90(
Application app
)
[ObsoleteAttribute(L"The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public:
static IDTSApplication100^ ToApplication90(
Application^ app
)
[<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToApplication90 :
app:Application -> IDTSApplication100
public static function ToApplication90(
app : Application
) : IDTSApplication100
Paramètres
- app
Type : Microsoft.SqlServer.Dts.Runtime.Application
The managed Application object.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
A native IDTSApplication100 object.