Compartilhar via


Propriedade do RDL IWmiEventWatcherTask.NumberOfEvents

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the number of WMI events for which the task should watch.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly:  Microsoft.SqlServer.WMIEWTask (em Microsoft.SqlServer.WMIEWTask.dll)

Sintaxe

'Declaração
Property NumberOfEvents As Integer 
    Get 
    Set
'Uso
Dim instance As IWmiEventWatcherTask 
Dim value As Integer 

value = instance.NumberOfEvents

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

Valor da propriedade

Tipo: System.Int32
The number of WMI events for which the task should watch.

Consulte também

Referência

IWmiEventWatcherTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask