IDTSVariable100.SystemVariable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the variable is a system variable. This property is read-only.
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
Property Value
true if the variable is a system variable; otherwise, false.
- Attributes
Remarks
For more information, see Variable.