DtsConvert.ToVariables90(Variables) Méthode

Définition

Attention

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

membre obsolète ; Utilisez plutôt cette GetExtendedInterface(Variables) méthode. Convertit une collection managée Variables en une collection native 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

Paramètres

variables
Variables

La collecte gérée Variables .

Retours

Une collection locale IDTSVariables100 .

Attributs

S’applique à