VariableDispenserClass.LockForWrite(String) 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.
Adds the variable to the list of variables to be locked for read/write access.
public:
virtual void LockForWrite(System::String ^ Variable) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100::LockForWrite;
public virtual void LockForWrite (string Variable);
abstract member LockForWrite : string -> unit
override this.LockForWrite : string -> unit
Public Overridable Sub LockForWrite (Variable As String)
Parameters
- Variable
- String
The name of the variable.