Proprietà IDTSVariable100.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 is a system variable. This property is read-only.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property SystemVariable As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
true if the variable is a system variable; otherwise, false.
Osservazioni
For more information, see Variable.