DtsConvert.ToVariables90(Variables) Method

Definition

Caution

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

*** Member obsolete; use the GetExtendedInterface(Variables) method instead. *** Converts a managed Variables collection to a native IDTSVariables100 collection.

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

Parameters

variables
Variables

The managed Variables collection.

Returns

A native IDTSVariables100 collection.

Attributes

Applies to