Compartir a través de


DtsConvert.GetExtendedInterface Método (Application)

Gets the native IDTSApplication100 object that corresponds to the specified managed Application object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Shared Function GetExtendedInterface ( _
    app As Application _
) As IDTSApplication100
'Uso
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

Parámetros

Valor devuelto

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
The native IDTSApplication100 object that corresponds to the specified managed Application object.

Comentarios

Use the DtsConvert.GetExtendedInterface(Application) method instead of the obsolete ToApplication90 method.

Vea también

Referencia

DtsConvert Clase

Sobrecarga de GetExtendedInterface

Espacio de nombres Microsoft.SqlServer.Dts.Runtime