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