VariableDispenserClass.LockOneForWrite(String, 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.
Puts the variable in a list, and then locks it for read/write access.
public:
virtual void LockOneForWrite(System::String ^ Variable, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariables100 ^ % ppVariables) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100::LockOneForWrite;
public virtual void LockOneForWrite (string Variable, out Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100 ppVariables);
abstract member LockOneForWrite : string * IDTSVariables100 -> unit
override this.LockOneForWrite : string * IDTSVariables100 -> unit
Public Overridable Sub LockOneForWrite (Variable As String, ByRef ppVariables As IDTSVariables100)
Parameters
- Variable
- String
The name of the variable to lock for read/write access.
- ppVariables
- IDTSVariables100
A collection of variables.