Share via


DtsConvert.ToVariables(IDTSVariables100) Méthode

Définition

Attention

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

Membre obsolète ; utilisez plutôt la GetWrapper(IDTSVariables100) méthode. Convertit une collection native IDTSVariables100 en collection managée 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

Paramètres

variables
IDTSVariables100

Collection IDTSVariables100 native.

Retours

Collection Variables managée.

Attributs

S’applique à