VariableDispenserClass.LockForRead(String) Method

Definition

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.

Implements

Applies to