Partager via


Propriété VariableClass.SystemVariable

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property SystemVariable As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IDTSVariable100.SystemVariable

Voir aussi

Référence

VariableClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper