VariableDispenserClass.LockForWrite(String) Method

Definition

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.

Implements

Applies to