Compartir a través de


IDTSVariable100.SystemVariable Propiedad

Definición

Obtiene un valor que indica si la variable es una variable del sistema. Esta propiedad es de sólo lectura.

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

Valor de propiedad

true si la variable es una variable del sistema; de lo contrario, false.

Atributos

Comentarios

Para obtener más información, vea Variable.

Se aplica a