DtsConvert.GetExtendedInterface Method

Definition

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

Overloads

GetExtendedInterface(Application)

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

GetExtendedInterface(ConnectionManager)

Gets the native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.

GetExtendedInterface(Connections)

Gets the native IDTSConnections100 object that corresponds to the specified managed Connections object.

GetExtendedInterface(IDTSComponentEvents)

Gets the native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.

GetExtendedInterface(IDTSEvents)

Gets the native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.

GetExtendedInterface(IDTSInfoEvents)

Gets the native IDTSInfoEvents100 object that corresponds to the specified managed IDTSInfoEvents object.

GetExtendedInterface(Package)

Gets the native IDTSPackage100 object that corresponds to the specified managed Package object.

GetExtendedInterface(VariableDispenser)

Gets the native IDTSVariableDispenser100 object that corresponds to the specified managed VariableDispenser object.

GetExtendedInterface(Variables)

Gets the native IDTSVariables100 object that corresponds to the specified managed Variables object.

Remarks

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

GetExtendedInterface(Application)

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

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

Parameters

app
Application

A managed Application object.

Returns

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

Remarks

Use the Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Application) method instead of the obsolete ToApplication90 method.

Applies to

GetExtendedInterface(ConnectionManager)

Gets the native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.

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

Parameters

connMgr
ConnectionManager

A managed ConnectionManager object.

Returns

The native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.

Remarks

Use the Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(ConnectionManager) method instead of the obsolete ToConnectionManager90 method.

Applies to

GetExtendedInterface(Connections)

Gets the native IDTSConnections100 object that corresponds to the specified managed Connections object.

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

Parameters

connections
Connections

A managed Connections object.

Returns

The native IDTSConnections100 object that corresponds to the specified managed Connections object.

Remarks

Use the Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Connections) method instead of the obsolete ToConnections90 method.

Applies to

GetExtendedInterface(IDTSComponentEvents)

Gets the native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.

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

Parameters

events
IDTSComponentEvents

A managed IDTSComponentEvents object.

Returns

The native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.

Remarks

Use the Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSComponentEvents) method instead of the obsolete ToComponentEvents90 method.

Applies to

GetExtendedInterface(IDTSEvents)

Gets the native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.

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

Parameters

events
IDTSEvents

A managed IDTSEvents object.

Returns

The native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.

Remarks

Use the Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSEvents) method instead of the obsolete ToEvents90 method.

Applies to

GetExtendedInterface(IDTSInfoEvents)

Gets the native IDTSInfoEvents100 object that corresponds to the specified managed IDTSInfoEvents object.

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

Parameters

events
IDTSInfoEvents

A managed IDTSInfoEvents object.

Returns

The native IDTSInfoEvents100 object that corresponds to the specified managed IDTSInfoEvents object.

Remarks

Use the Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(IDTSInfoEvents) method instead of the obsolete ToInfoEvents90 method.

Applies to

GetExtendedInterface(Package)

Gets the native IDTSPackage100 object that corresponds to the specified managed Package object.

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

Parameters

pkg
Package

A managed Package object.

Returns

The native IDTSPackage100 object that corresponds to the specified managed Package object.

Remarks

Use the Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Package) method instead of the obsolete ToPackage90 method.

Applies to

GetExtendedInterface(VariableDispenser)

Gets the native IDTSVariableDispenser100 object that corresponds to the specified managed VariableDispenser object.

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

Parameters

variableDispenser
VariableDispenser

A managed VariableDispenser object.

Returns

The native IDTSVariableDispenser100 object that corresponds to the specified managed VariableDispenser object.

Remarks

Use the Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(VariableDispenser) method instead of the obsolete ToVariableDispenser90 method.

Applies to

GetExtendedInterface(Variables)

Gets the native IDTSVariables100 object that corresponds to the specified managed Variables object.

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

Parameters

variables
Variables

A managed Variables object.

Returns

The native IDTSVariables100 object that corresponds to the specified managed Variables object.

Remarks

Use the Microsoft.SqlServer.Dts.Runtime.DtsConvert.GetExtendedInterface(Variables) method instead of the obsolete ToVariables90 method.

Applies to