VariableDispenserClass.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.
public:
virtual void LockForRead(System::String ^ Variable) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100::LockForRead;
public virtual void LockForRead (string Variable);
abstract member LockForRead : string -> unit
override this.LockForRead : string -> unit
Public Overridable Sub LockForRead (Variable As String)
Parameters
- Variable
- String
The name of the variable.