Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the number of WMI events for which the task should watch.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Ensamblado: Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Int32
The number of WMI events for which the task should watch.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask