Condividi tramite


DtsConvert.GetExtendedInterface Metodo

Definizione

Ottiene l'oggetto nativo che corrisponde all'oggetto gestito specificato. (I metodi GetExtendedInterface sostituiscono i metodi ToXxx90 obsoleti in DtsConvert).

Overload

GetExtendedInterface(Application)

Ottiene l'oggetto IDTSApplication100 nativo che corrisponde all'oggetto Application gestito specificato.

GetExtendedInterface(ConnectionManager)

Ottiene l'oggetto IDTSConnectionManager100 nativo che corrisponde all'oggetto ConnectionManager gestito specificato.

GetExtendedInterface(Connections)

Ottiene l'oggetto IDTSConnections100 nativo che corrisponde all'oggetto Connections gestito specificato.

GetExtendedInterface(IDTSComponentEvents)

Ottiene l'oggetto IDTSComponentEvents100 nativo che corrisponde all'oggetto IDTSComponentEvents gestito specificato.

GetExtendedInterface(IDTSEvents)

Ottiene l'oggetto IDTSEvents100 nativo che corrisponde all'oggetto IDTSEvents gestito specificato.

GetExtendedInterface(IDTSInfoEvents)

Ottiene l'oggetto IDTSInfoEvents100 nativo che corrisponde all'oggetto IDTSInfoEvents gestito specificato.

GetExtendedInterface(Package)

Ottiene l'oggetto IDTSPackage100 nativo che corrisponde all'oggetto Package gestito specificato.

GetExtendedInterface(VariableDispenser)

Ottiene l'oggetto IDTSVariableDispenser100 nativo che corrisponde all'oggetto VariableDispenser gestito specificato.

GetExtendedInterface(Variables)

Ottiene l'oggetto IDTSVariables100 nativo che corrisponde all'oggetto Variables gestito specificato.

Commenti

Usare i metodi anziché i GetExtendedInterface metodi obsoleti SQL Server 2005 Integration Services (SSIS). ToXxx90

GetExtendedInterface(Application)

Ottiene l'oggetto IDTSApplication100 nativo che corrisponde all'oggetto Application gestito specificato.

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Application ^ app);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Application app);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Application -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
Public Shared Function GetExtendedInterface (app As Application) As IDTSApplication100

Parametri

app
Application

Oggetto Application gestito.

Restituisce

Oggetto IDTSApplication100 nativo che corrisponde all'oggetto Application gestito specificato.

Commenti

Usare il Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Application) metodo anziché il metodo obsoleto ToApplication90 .

Si applica a

GetExtendedInterface(ConnectionManager)

Ottiene l'oggetto IDTSConnectionManager100 nativo che corrisponde all'oggetto ConnectionManager gestito specificato.

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::ConnectionManager ^ connMgr);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.ConnectionManager connMgr);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.ConnectionManager -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
Public Shared Function GetExtendedInterface (connMgr As ConnectionManager) As IDTSConnectionManager100

Parametri

connMgr
ConnectionManager

Oggetto ConnectionManager gestito.

Restituisce

Oggetto IDTSConnectionManager100 nativo che corrisponde all'oggetto ConnectionManager gestito specificato.

Commenti

Usare il Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(ConnectionManager) metodo anziché il metodo obsoleto ToConnectionManager90 .

Si applica a

GetExtendedInterface(Connections)

Ottiene l'oggetto IDTSConnections100 nativo che corrisponde all'oggetto Connections gestito specificato.

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Connections ^ connections);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Connections connections);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Connections -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
Public Shared Function GetExtendedInterface (connections As Connections) As IDTSConnections100

Parametri

connections
Connections

Oggetto Connections gestito.

Restituisce

Oggetto IDTSConnections100 nativo che corrisponde all'oggetto Connections gestito specificato.

Commenti

Usare il Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Connections) metodo anziché il metodo obsoleto ToConnections90 .

Si applica a

GetExtendedInterface(IDTSComponentEvents)

Ottiene l'oggetto IDTSComponentEvents100 nativo che corrisponde all'oggetto IDTSComponentEvents gestito specificato.

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSComponentEvents100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::IDTSComponentEvents ^ events);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents events);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
Public Shared Function GetExtendedInterface (events As IDTSComponentEvents) As IDTSComponentEvents100

Parametri

events
IDTSComponentEvents

Oggetto IDTSComponentEvents gestito.

Restituisce

Oggetto IDTSComponentEvents100 nativo che corrisponde all'oggetto IDTSComponentEvents gestito specificato.

Commenti

Usare il Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSComponentEvents) metodo anziché il metodo obsoleto ToComponentEvents90 .

Si applica a

GetExtendedInterface(IDTSEvents)

Ottiene l'oggetto IDTSEvents100 nativo che corrisponde all'oggetto IDTSEvents gestito specificato.

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ events);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.IDTSEvents events);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.IDTSEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
Public Shared Function GetExtendedInterface (events As IDTSEvents) As IDTSEvents100

Parametri

events
IDTSEvents

Oggetto IDTSEvents gestito.

Restituisce

Oggetto IDTSEvents100 nativo che corrisponde all'oggetto IDTSEvents gestito specificato.

Commenti

Usare il Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSEvents) metodo anziché il metodo obsoleto ToEvents90 .

Si applica a

GetExtendedInterface(IDTSInfoEvents)

Ottiene l'oggetto IDTSInfoEvents100 nativo che corrisponde all'oggetto IDTSInfoEvents gestito specificato.

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::IDTSInfoEvents ^ events);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents events);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Public Shared Function GetExtendedInterface (events As IDTSInfoEvents) As IDTSInfoEvents100

Parametri

events
IDTSInfoEvents

Oggetto IDTSInfoEvents gestito.

Restituisce

Oggetto IDTSInfoEvents100 nativo che corrisponde all'oggetto IDTSInfoEvents gestito specificato.

Commenti

Usare il Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSInfoEvents) metodo anziché il metodo obsoleto ToInfoEvents90 .

Si applica a

GetExtendedInterface(Package)

Ottiene l'oggetto IDTSPackage100 nativo che corrisponde all'oggetto Package gestito specificato.

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Package ^ pkg);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Package pkg);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Package -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
Public Shared Function GetExtendedInterface (pkg As Package) As IDTSPackage100

Parametri

pkg
Package

Oggetto Package gestito.

Restituisce

Oggetto IDTSPackage100 nativo che corrisponde all'oggetto Package gestito specificato.

Commenti

Usare il Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Package) metodo anziché il metodo obsoleto ToPackage90 .

Si applica a

GetExtendedInterface(VariableDispenser)

Ottiene l'oggetto IDTSVariableDispenser100 nativo che corrisponde all'oggetto VariableDispenser gestito specificato.

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::VariableDispenser ^ variableDispenser);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.VariableDispenser variableDispenser);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.VariableDispenser -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
Public Shared Function GetExtendedInterface (variableDispenser As VariableDispenser) As IDTSVariableDispenser100

Parametri

variableDispenser
VariableDispenser

Oggetto VariableDispenser gestito.

Restituisce

Oggetto IDTSVariableDispenser100 nativo che corrisponde all'oggetto VariableDispenser gestito specificato.

Commenti

Usare il Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(VariableDispenser) metodo anziché il metodo obsoleto ToVariableDispenser90 .

Si applica a

GetExtendedInterface(Variables)

Ottiene l'oggetto IDTSVariables100 nativo che corrisponde all'oggetto Variables gestito specificato.

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ GetExtendedInterface(Microsoft::SqlServer::Dts::Runtime::Variables ^ variables);
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 GetExtendedInterface (Microsoft.SqlServer.Dts.Runtime.Variables variables);
static member GetExtendedInterface : Microsoft.SqlServer.Dts.Runtime.Variables -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
Public Shared Function GetExtendedInterface (variables As Variables) As IDTSVariables100

Parametri

variables
Variables

Oggetto Variables gestito.

Restituisce

Oggetto IDTSVariables100 nativo che corrisponde all'oggetto Variables gestito specificato.

Commenti

Usare il Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Variables) metodo anziché il metodo obsoleto ToVariables90 .

Si applica a