Метод DtsConvert.ToVariables
Примечание. Этот API-интерфейс устарел.
*** Member obsolete; use the GetWrapper(IDTSVariables100) method instead. *** Converts a native IDTSVariables100 collection to a managed Variables collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")> _
Public Shared Function ToVariables ( _
variables As IDTSVariables100 _
) As Variables
'Применение
Dim variables As IDTSVariables100
Dim returnValue As Variables
returnValue = DtsConvert.ToVariables(variables)
[ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Variables ToVariables(
IDTSVariables100 variables
)
[ObsoleteAttribute(L"The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public:
static Variables^ ToVariables(
IDTSVariables100^ variables
)
[<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToVariables :
variables:IDTSVariables100 -> Variables
public static function ToVariables(
variables : IDTSVariables100
) : Variables
Параметры
- variables
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100
The native IDTSVariables100 collection.
Возвращаемое значение
Тип: Microsoft.SqlServer.Dts.Runtime.Variables
A managed Variables collection.