Propriété NumberOfEvents
Gets or sets the number of Windows Management Instrumentation (WMI) events for which the WmiEventWatcherTask should watch.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly : Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)
Syntaxe
'Déclaration
Public Property NumberOfEvents As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .Int32
An Integer containing the number of WMI events for which the task should watch. The default value is 1.