Condividi tramite


Proprietà SystemVariable

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

For more information, see 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

Implementa

IDTSVariable100. . :: . .SystemVariable