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