DtsConvert.ToVariables(IDTSVariables100) メソッド

定義

注意事項

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 マネージド コレクションです。

属性

適用対象