Proprietà VariableClass.SystemVariable

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets a value that indicates whether the variable class is a system variable.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property SystemVariable As Boolean 
    Get
'Utilizzo
Dim instance As VariableClass 
Dim value As Boolean 

value = instance.SystemVariable
public virtual bool SystemVariable { get; }
public:
virtual property bool SystemVariable {
    bool get ();
}
abstract SystemVariable : bool 
override SystemVariable : bool
function get SystemVariable () : boolean

Valore proprietà

Tipo: System.Boolean
true if the variable class is a system variable; otherwise, false.

Implementa

IDTSVariable100.SystemVariable

Vedere anche

Riferimento

VariableClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper