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

适用于