DtsConvert.ToVariables90(Variables) 方法

定义

注意

The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.

成员已过时;请改用该方法 GetExtendedInterface(Variables) 。 将托管 Variables 集合转换为本机 IDTSVariables100 集合。

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ ToVariables90(Microsoft::SqlServer::Dts::Runtime::Variables ^ variables);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 ToVariables90 (Microsoft.SqlServer.Dts.Runtime.Variables variables);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToVariables90 : Microsoft.SqlServer.Dts.Runtime.Variables -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
Public Shared Function ToVariables90 (variables As Variables) As IDTSVariables100

参数

variables
Variables

托管的 Variables 集合。

返回

一个本机 IDTSVariables100 集合。

属性

适用于