Compartir a través de


NumberOfEvents Propiedad

Gets or sets the number of Windows Management Instrumentation (WMI) events for which the WmiEventWatcherTask should watch.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Ensamblado:  Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)

Sintaxis

'Declaración
Public Property NumberOfEvents As Integer
    Get
    Set
'Uso
Dim instance As WmiEventWatcherTask
Dim value As Integer

value = instance.NumberOfEvents

instance.NumberOfEvents = value
public int NumberOfEvents { get; set; }
public:
virtual property int NumberOfEvents {
    int get () sealed;
    void set (int value) sealed;
}
abstract NumberOfEvents : int with get, set
override NumberOfEvents : int with get, set
final function get NumberOfEvents () : int
final function set NumberOfEvents (value : int)

Valor de la propiedad

Tipo: System. . :: . .Int32
An Integer containing the number of WMI events for which the task should watch. The default value is 1.

Implementa

IWmiEventWatcherTask. . :: . .NumberOfEvents