Compartir a través de


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

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

Sintaxis

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

Valor de la propiedad

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

Comentarios

For more information, see Variable.

Vea también

Referencia

IDTSVariable100 Interfaz

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