IDTSVariableDispenser100.LockForWrite(String) Method

Definition

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

Applies to