This topic has not yet been rated - Rate this topic

DtsConvert.GetExtendedInterface Method (Connections)

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public static IDTSConnections100 GetExtendedInterface(
	Connections connections
)

Parameters

connections
Type: Microsoft.SqlServer.Dts.Runtime.Connections
A managed Connections object.

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100
The native IDTSConnections100 object that corresponds to the specified managed Connections object.

Use the DtsConvert.GetExtendedInterface(Connections) method instead of the obsolete ToConnections90 method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.