IDTSVariableDispenser100.GetVariables(IDTSVariables100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Locks the variables that are in the read-only list and the read/write list. For more information, see VariableDispenserClass.
public:
void GetVariables([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ % ppVariables);
[System.Runtime.InteropServices.DispId(1610743810)]
public void GetVariables (out Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 ppVariables);
[<System.Runtime.InteropServices.DispId(1610743810)>]
abstract member GetVariables : IDTSVariables100 -> unit
Public Sub GetVariables (ByRef ppVariables As IDTSVariables100)
Parameters
- ppVariables
- IDTSVariables100
The collection that contains all the variables found in the read-only list and the read/write list.
- Attributes