ExecutionValue propriété
Gets an Object that contains the results of the WmiDataReaderTask task.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly : Microsoft.SqlServer.WMIDRTask (dans Microsoft.SqlServer.WMIDRTask.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property ExecutionValue As Object
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .Object
An Object that contains the results of the task.
Notes
The return value of this property is the Output property of the task, and is needs to be compatible with the OutputType.