GetExtendedInterface méthode (Variables)
Gets the native IDTSVariables100 object that corresponds to the specified managed Variables object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Shared Function GetExtendedInterface ( _
variables As Variables _
) As IDTSVariables100
'Utilisation
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
Paramètres
- variables
Type : Microsoft.SqlServer.Dts.Runtime. . :: . .Variables
A managed Variables object.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSVariables100
The native IDTSVariables100 object that corresponds to the specified managed Variables object.
Notes
Use the DtsConvert..::..GetExtendedInterface(Variables) method instead of the obsolete ToVariables90 method.