DtsConvert.ToVariables90 Method
NOTE: This method is now obsolete.
*** Member obsolete; use the GetExtendedInterface(Variables) method instead. *** Converts a managed Variables collection to a native IDTSVariables100 collection. This method is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToVariables90 ( _
variables As Variables _
) As IDTSVariables100
[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
)
/** @attribute ObsoleteAttribute("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.")
public static function ToVariables90 (
variables : Variables
) : IDTSVariables100
Parameters
- variables
The managed Variables collection.
Return Value
A native IDTSVariables100 collection.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.