Freigeben über


DtsConvert.ToConnections90(Connections) Methode

Definition

Achtung

The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.

Mitglied veraltet; verwenden Sie stattdessen die GetExtendedInterface(Connections) Methode. Konvertiert eine verwaltete Connections Auflistung in eine native IDTSConnections100 Auflistung.

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

Parameter

connections
Connections

Die verwaltete Connections-Auflistung.

Gibt zurück

Eine systemeigene IDTSConnections100-Auflistung.

Attribute

Gilt für: