DtsConvert.ToConnections(IDTSConnections100) メソッド

定義

注意事項

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

メンバーは廃止されました。代わりにメソッドを GetWrapper(IDTSConnections100) 使用してください。 ネイティブ IDTSConnections100 コレクションをマネージド 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 マネージド コレクションです。

属性

適用対象