Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Hinweis: Diese API ist veraltet.
*** Member obsolete; use the GetExtendedInterface(Application) method instead. *** Converts a managed Application object to a native IDTSApplication100 object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToApplication90 ( _
app As Application _
) As IDTSApplication100
'Usage
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
Parameter
- app
Typ: Microsoft.SqlServer.Dts.Runtime.Application
The managed Application object.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
A native IDTSApplication100 object.