다음을 통해 공유


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

속성 값

변수가 시스템 변수이면 true이고, 그렇지 않으면 false입니다.

특성

설명

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

적용 대상