IDTSVariable100.SystemVariable Property

Definition

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.

Applies to