Compartir a través de


WmiDataReaderTask.ExecutionValue Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Ensamblado:  Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)

Sintaxis

'Declaración
Public Overrides ReadOnly Property ExecutionValue As Object 
    Get
'Uso
Dim instance As WmiDataReaderTask 
Dim value As Object 

value = instance.ExecutionValue
public override Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
    Object^ get () override;
}
abstract ExecutionValue : Object 
override ExecutionValue : Object
override function get ExecutionValue () : Object

Valor de la propiedad

Tipo: System.Object
An Object that contains the results of the task.

Comentarios

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

Vea también

Referencia

WmiDataReaderTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask