DtsConvert.ToConnections(IDTSConnections100) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 マネージド コレクションです。
- 属性