IDTSVariableDispenser100.LockForRead(String) 方法

定义

将变量添加到要锁定用于只读访问的变量列表。 有关详细信息,请参阅 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)

参数

Variable
String

变量的名称。

属性

适用于