Partager via


Propriété IWmiEventWatcherTask.ActionAtEvent

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the IWmiEventWatcherTask responds when the task receives a WMI event.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly :  Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)

Syntaxe

'Déclaration
Property ActionAtEvent As ActionAtEvent 
    Get 
    Set
'Utilisation
Dim instance As IWmiEventWatcherTask 
Dim value As ActionAtEvent 

value = instance.ActionAtEvent

instance.ActionAtEvent = value
ActionAtEvent ActionAtEvent { get; set; }
property ActionAtEvent ActionAtEvent {
    ActionAtEvent get ();
    void set (ActionAtEvent value);
}
abstract ActionAtEvent : ActionAtEvent with get, set
function get ActionAtEvent () : ActionAtEvent 
function set ActionAtEvent (value : ActionAtEvent)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.ActionAtEvent
A ActionAtEvent value.

Voir aussi

Référence

IWmiEventWatcherTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask