Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the number of Windows Management Instrumentation (WMI) events for which the WmiEventWatcherTask should watch.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly: Microsoft.SqlServer.WMIEWTask (in Microsoft.SqlServer.WMIEWTask.dll)
Syntax
'Declaration
Public Property NumberOfEvents As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An Integer containing the number of WMI events for which the task should watch. The default value is 1.
Implements
IWmiEventWatcherTask.NumberOfEvents