言語

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

適用対象