语言

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

变量的名称。

属性

适用于