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


Метод GetExtendedInterface (Variables)

Gets the native IDTSVariables100 object that corresponds to the specified managed Variables object.

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

Синтаксис

'Декларация
Public Shared Function GetExtendedInterface ( _
    variables As Variables _
) As IDTSVariables100
'Применение
Dim variables As Variables
Dim returnValue As IDTSVariables100

returnValue = DtsConvert.GetExtendedInterface(variables)
public static IDTSVariables100 GetExtendedInterface(
    Variables variables
)
public:
static IDTSVariables100^ GetExtendedInterface(
    Variables^ variables
)
static member GetExtendedInterface : 
        variables:Variables -> IDTSVariables100 
public static function GetExtendedInterface(
    variables : Variables
) : IDTSVariables100

Параметры

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

Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSVariables100
The native IDTSVariables100 object that corresponds to the specified managed Variables object.

Замечания

Use the DtsConvert..::..GetExtendedInterface(Variables) method instead of the obsolete ToVariables90 method.