DtsConvert.ToConnections(IDTSConnections100) 方法

定義

警告

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

* 成員已過時;請改用 GetWrapper(IDTSConnections100) 方法。 * 將原生 IDTSConnections100 集合轉換成 managed 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

參數

connections
IDTSConnections100

原生 IDTSConnections100 集合。

傳回

Connections

Managed Connections 集合。

屬性

適用於