Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets an Object that contains the results of the WmiEventWatcherTask task.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly : Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property ExecutionValue As Object
Get
'Utilisation
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
Valeur de propriété
Type : System.Object
An Object that contains the results of the task.
Notes
The object returned contains a value, and that value is the same as the Integer value returned from the NumberOfEvents property.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask