IDTSVariableDispenser100.LockForRead(String) Method

Definition

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

Applies to