言語

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を参照してください。

適用対象