DtsConvert.ToVariables90 Method (Variables)

 

Applies To: SQL Server 2016 Preview

Note: This API is now obsolete.

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

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSVariables100 ToVariables90(
    Variables variables
)
public:
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
static IDTSVariables100^ ToVariables90(
    Variables^ variables
)
[<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToVariables90 : 
        variables:Variables -> IDTSVariables100
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>
Public Shared Function ToVariables90 (
    variables As Variables
) As IDTSVariables100

Parameters

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100

A native IDTSVariables100 collection.

See Also

DtsConvert Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top