言語

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 コレクションです。

属性

適用対象