Freigeben über


DtsConvert.GetExtendedInterface-Methode (Variables)

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

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

Syntax

'Declaration
Public Shared Function GetExtendedInterface ( _
    variables As Variables _
) As IDTSVariables100
'Usage
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

Parameter

Rückgabewert

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

Hinweise

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

Siehe auch

Verweis

DtsConvert Klasse

GetExtendedInterface-Überladung

Microsoft.SqlServer.Dts.Runtime-Namespace