Condividi tramite


Metodo DtsConvert.GetExtendedInterface

Include i membri protetti
Include i membri ereditati

Gets the native object that corresponds to the specified managed object. (The GetExtendedInterface methods replace the obsolete ToXxx90 methods in DtsConvert.)

Questo membro è sottoposto a overload. Per informazioni complete su questo membro, inclusi sintassi, utilizzo ed esempi, fare clic su un nome nell'elenco di overload.

Elenco degli overload

  Nome Descrizione
Metodo pubblicoMembro statico GetExtendedInterface(Application) Gets the native IDTSApplication100 object that corresponds to the specified managed Application object.
Metodo pubblicoMembro statico GetExtendedInterface(ConnectionManager) Gets the native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.
Metodo pubblicoMembro statico GetExtendedInterface(Connections) Gets the native IDTSConnections100 object that corresponds to the specified managed Connections object.
Metodo pubblicoMembro statico GetExtendedInterface(IDTSComponentEvents) Gets the native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.
Metodo pubblicoMembro statico GetExtendedInterface(IDTSEvents) Gets the native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.
Metodo pubblicoMembro statico GetExtendedInterface(IDTSInfoEvents) Gets the native IDTSInfoEvents100 object that corresponds to the specified managed IDTSInfoEvents object.
Metodo pubblicoMembro statico GetExtendedInterface(Package) Gets the native IDTSPackage100 object that corresponds to the specified managed Package object.
Metodo pubblicoMembro statico GetExtendedInterface(VariableDispenser) Gets the native IDTSVariableDispenser100 object that corresponds to the specified managed VariableDispenser object.
Metodo pubblicoMembro statico GetExtendedInterface(Variables) Gets the native IDTSVariables100 object that corresponds to the specified managed Variables object.

In alto

Osservazioni

Use the GetExtendedInterface methods instead of the obsolete SQL Server 2005 Integration Services (SSIS) ToXxx90 methods.

Vedere anche

Riferimento

DtsConvert Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime