DtsConvert.GetExtendedInterface Method (Connections)
SQL Server 2008 R2
Gets the native IDTSConnections100 object that corresponds to the specified managed Connections object.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Parameters
- connections
- Type: Microsoft.SqlServer.Dts.Runtime.Connections
A managed Connections object.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100The native IDTSConnections100 object that corresponds to the specified managed Connections object.
Use the DtsConvert.GetExtendedInterface(Connections) method instead of the obsolete ToConnections90 method.