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

属性值

如果变量为只读,则为 true;否则为 false。

属性

注解

有关详细信息,请参阅 Variable

适用于