Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This API is now obsolete.
*** Member obsolete; use the GetExtendedInterface(Variables) method instead. *** Converts a managed Variables collection to a native IDTSVariables100 collection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToVariables90 ( _
variables As Variables _
) As IDTSVariables100
'Usage
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
Parameters
- variables
Type: Microsoft.SqlServer.Dts.Runtime.Variables
The managed Variables collection.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
A native IDTSVariables100 collection.