DtsConvert.ToVariables(IDTSVariables100) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The ToXXXX() methods have been replaced with the GetWrapper() method.
メンバーは時代遅れ;代わりに GetWrapper(IDTSVariables100) 方法を使いましょう。 ネイティブ IDTSVariables100 コレクションをマネージド Variables コレクションに変換します。
public:
static Microsoft::SqlServer::Dts::Runtime::Variables ^ ToVariables(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ variables);
[System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Variables ToVariables(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 variables);
[<System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToVariables : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 -> Microsoft.SqlServer.Dts.Runtime.Variables
Public Shared Function ToVariables (variables As IDTSVariables100) As Variables
パラメーター
- variables
- IDTSVariables100
ネイティブ IDTSVariables100 コレクションです。
返品
管理された Variables コレクションです。
- 属性