Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Locks the variables that are in the read-only list and the read/write list.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub GetVariables ( _
<OutAttribute> ByRef ppVariables As IDTSVariables100 _
)
'Usage
Dim instance As VariableDispenserClass
Dim ppVariables As IDTSVariables100
instance.GetVariables(ppVariables)
public virtual void GetVariables(
out IDTSVariables100 ppVariables
)
public:
virtual void GetVariables(
[OutAttribute] IDTSVariables100^% ppVariables
)
abstract GetVariables :
ppVariables:IDTSVariables100 byref -> unit
override GetVariables :
ppVariables:IDTSVariables100 byref -> unit
public function GetVariables(
ppVariables : IDTSVariables100
)
Parameters
- ppVariables
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100%
The collection that contains all the variables found in the read-only list and the read/write list.
Implements
IDTSVariableDispenser100.GetVariables(IDTSVariables100%)