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.
Gets the native IDTSApplication100 object that corresponds to the specified managed Application object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Shared Function GetExtendedInterface ( _
app As Application _
) As IDTSApplication100
'Utilisation
Dim app As Application
Dim returnValue As IDTSApplication100
returnValue = DtsConvert.GetExtendedInterface(app)
public static IDTSApplication100 GetExtendedInterface(
Application app
)
public:
static IDTSApplication100^ GetExtendedInterface(
Application^ app
)
static member GetExtendedInterface :
app:Application -> IDTSApplication100
public static function GetExtendedInterface(
app : Application
) : IDTSApplication100
Paramètres
- app
Type : Microsoft.SqlServer.Dts.Runtime.Application
A managed Application object.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
The native IDTSApplication100 object that corresponds to the specified managed Application object.
Notes
Use the DtsConvert.GetExtendedInterface(Application) method instead of the obsolete ToApplication90 method.