Proprietà WmiEventWatcherTask.ExecutionValue
Gets an Object that contains the results of the WmiEventWatcherTask task.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly: Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)
Sintassi
'Dichiarazione
Public Overrides ReadOnly Property ExecutionValue As Object
Get
'Utilizzo
Dim instance As WmiEventWatcherTask
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
Valore proprietà
Tipo: System.Object
An Object that contains the results of the task.
Osservazioni
The object returned contains a value, and that value is the same as the Integer value returned from the NumberOfEvents property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask