Partager via


Propriété IDTSVariable100.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 is a system variable. This property is read-only.

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

Syntaxe

'Déclaration
ReadOnly Property SystemVariable As Boolean 
    Get
'Utilisation
Dim instance As IDTSVariable100 
Dim value As Boolean 

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

Valeur de propriété

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

Notes

For more information, see Variable.

Voir aussi

Référence

IDTSVariable100 Interface

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