DtsConvert.ToVariables(IDTSVariables100) 方法

定義

警告

The ToXXXX() methods have been replaced with the GetWrapper() method.

* 成員已過時;請改用 GetWrapper(IDTSVariables100) 方法。 * 將原生 IDTSVariables100 集合轉換成 managed 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

Managed Variables 集合。

屬性

適用於