IDTSVariableDispenser100.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. For more information, see VariableDispenserClass.
public:
void LockForWrite(System::String ^ Variable);
[System.Runtime.InteropServices.DispId(1610743809)]
public void LockForWrite (string Variable);
[<System.Runtime.InteropServices.DispId(1610743809)>]
abstract member LockForWrite : string -> unit
Public Sub LockForWrite (Variable As String)
Parameters
- Variable
- String
The name of the variable.
- Attributes