Share via


DtsConvert.ToConnections(IDTSConnections100) Méthode

Définition

Attention

The ToXXXX() methods have been replaced with the GetWrapper() method.

Membre obsolète ; utilisez plutôt la GetWrapper(IDTSConnections100) méthode. Convertit une collection native IDTSConnections100 en collection managée Connections .

public:
 static Microsoft::SqlServer::Dts::Runtime::Connections ^ ToConnections(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ connections);
[System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Connections ToConnections (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 connections);
[<System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToConnections : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 -> Microsoft.SqlServer.Dts.Runtime.Connections
Public Shared Function ToConnections (connections As IDTSConnections100) As Connections

Paramètres

connections
IDTSConnections100

Collection IDTSConnections100 native.

Retours

Collection Connections managée.

Attributs

S’applique à