언어

IDTSVariable100.SystemVariable 속성

정의

변수가 시스템 변수인지 여부를 나타내는 값을 받습니다. 이 속성은 읽기 전용입니다.

public:
 property bool SystemVariable { bool get(); };
[System.Runtime.InteropServices.DispId(10)]
public bool SystemVariable { [System.Runtime.InteropServices.DispId(10)] get; }
[<System.Runtime.InteropServices.DispId(10)>]
[<get: System.Runtime.InteropServices.DispId(10)>]
member this.SystemVariable : bool
Public ReadOnly Property SystemVariable As Boolean

속성 값

변수가 시스템 변수일 경우 참이며; 그렇지 않으면 거짓입니다.

특성

설명

자세한 내용은 Variable를 참조하세요.

적용 대상