Поделиться через


Метод ToVariables90

Примечание. Этот API-интерфейс устарел.

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToVariables90 ( _
    variables As Variables _
) As IDTSVariables100
'Применение
Dim variables As Variables
Dim returnValue As IDTSVariables100

returnValue = DtsConvert.ToVariables90(variables)
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSVariables100 ToVariables90(
    Variables variables
)
[ObsoleteAttribute(L"The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public:
static IDTSVariables100^ ToVariables90(
    Variables^ variables
)
[<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToVariables90 : 
        variables:Variables -> IDTSVariables100 
public static function ToVariables90(
    variables : Variables
) : IDTSVariables100

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSVariables100
A native IDTSVariables100 collection.