del método SearchContext.UpdateAlertNotificationQuota
NOTA: esta API está ahora obsoleta.
Espacio de nombres: Microsoft.Office.Server.Search.Administration
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")> _
Public Sub UpdateAlertNotificationQuota ( _
alertNotificationQuota As Integer _
)
'Uso
Dim instance As SearchContext
Dim alertNotificationQuota As Integer
instance.UpdateAlertNotificationQuota(alertNotificationQuota)
[ObsoleteAttribute("This class is obsolete now. Please use SearchServiceApplication and SearchServiceApplicationProxy instead.")]
public void UpdateAlertNotificationQuota(
int alertNotificationQuota
)
Parámetros
- alertNotificationQuota
Tipo: System.Int32
Vea también
Referencia
Espacio de nombres Microsoft.Office.Server.Search.Administration