Compartir a través de


SystemVariable Propiedad

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

For more information, see Variable.

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