语言

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

适用于