다음을 통해 공유


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를 참조하세요.

적용 대상