Share via


DtsConvert.ToConnections90(Connections) 方法

定义

注意

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

成员已过时;请改用该方法 GetExtendedInterface(Connections) 。 将托管 Connections 集合转换为本机 IDTSConnections100 集合。

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

参数

connections
Connections

托管的 Connections 集合。

返回

一个本机 IDTSConnections100 集合。

属性

适用于