Share via


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

適用対象