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 集合。

属性

适用于