Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Parameters
- variables
Type: Microsoft.SqlServer.Dts.Runtime.Variables
A managed Variables object.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
The native IDTSVariables100 object that corresponds to the specified managed Variables object.
Remarks
Use the DtsConvert.GetExtendedInterface(Variables) method instead of the obsolete ToVariables90 method.