Compartir a través de


VariableClass.SystemVariable Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property SystemVariable As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Implementa

IDTSVariable100.SystemVariable

Vea también

Referencia

VariableClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper