语言

IDTSVariable100.ReadOnly 属性

定义

获得或设置一个值,指示变量是否只读且不能修改其值。

public:
 property bool ReadOnly { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1)]
public bool ReadOnly { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.ReadOnly : bool with get, set
Public Property ReadOnly As Boolean

属性值

如果变量是只读,则为真;否则,就是假的。

属性

注解

有关详细信息,请参阅 Variable

适用于