언어

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

적용 대상