DtsConvert.ToConnections90 Method (Connections)

 

Applies To: SQL Server 2016 Preview

Note: This API is now obsolete.

*** Member obsolete; use the GetExtendedInterface(Connections) method instead. *** Converts a managed Connections collection to a native IDTSConnections100 collection.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSConnections100 ToConnections90(
    Connections connections
)
public:
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
static IDTSConnections100^ ToConnections90(
    Connections^ connections
)
[<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToConnections90 : 
        connections:Connections -> IDTSConnections100
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>
Public Shared Function ToConnections90 (
    connections As Connections
) As IDTSConnections100

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100

A native IDTSConnections100 collection.

See Also

DtsConvert Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top