DtsConvert.ToConnections Method (IDTSConnections100)

 

Applies To: SQL Server 2016 Preview

Note: This API is now obsolete.

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

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

Syntax

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

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Connections

A managed Connections collection.

See Also

DtsConvert Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top