VariableDispenserClass.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.
public:
virtual void GetVariables([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ % ppVariables) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100::GetVariables;
public virtual void GetVariables (out Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 ppVariables);
abstract member GetVariables : IDTSVariables100 -> unit
override this.GetVariables : IDTSVariables100 -> unit
Public Overridable 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.