Compartir a través de


WmiDataReaderTask.ExecutionValue Property

Gets an Object that contains the results of the WmiDataReaderTask task.

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Ensamblado: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property ExecutionValue As Object
public override Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
    Object^ get () override;
}
/** @property */
public Object get_ExecutionValue ()
public override function get ExecutionValue () : Object

Valor de propiedad

An Object that contains the results of the task.

Notas

The return value of this property is the Output property of the task, and is needs to be compatible with the OutputType.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

WmiDataReaderTask Class
WmiDataReaderTask Members
Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace