ExecutionValue Propiedad
Gets an Object that contains the results of the WmiEventWatcherTask task.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Ensamblado: Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property ExecutionValue As Object
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Object
An Object that contains the results of the task.
Comentarios
The object returned contains a value, and that value is the same as the Integer value returned from the NumberOfEvents property.
Vea también