Метод IDTSVariableDispenser100.GetVariables
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Sub GetVariables ( _
<OutAttribute> ByRef ppVariables As IDTSVariables100 _
)
'Применение
Dim instance As IDTSVariableDispenser100
Dim ppVariables As IDTSVariables100
instance.GetVariables(ppVariables)
void GetVariables(
out IDTSVariables100 ppVariables
)
void GetVariables(
[OutAttribute] IDTSVariables100^% ppVariables
)
abstract GetVariables :
ppVariables:IDTSVariables100 byref -> unit
function GetVariables(
ppVariables : IDTSVariables100
)
Параметры
- ppVariables
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100%
The collection that contains all the variables found in the read-only list and the read/write list.