Share via


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

適用対象