: Schedule (Clase) (Microsoft.Office.Server.Search.Administration)
Provides the base class for Enterprise Search crawl schedules.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public MustInherit Class Schedule
'Uso
Dim instance As Schedule
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
public abstract class Schedule
Comentarios
In Enterprise Search, there are four different crawl schedule types, each represented by a different class in the Administration object model. These are:
DailySchedule Use this class to specify the number of days between crawls.
WeeklySchedule Use this class to specify the number of weeks between crawls.
MonthlyDateSchedule Use this class to specify the days of the month and months of the year when the crawl should occur.
MonthlyDayOfWeekSchedule Use this class to specify the days of the month, the weeks of the month, and the months of the year when the crawl should occur.
Jerarquía de herencia
System.Object
Microsoft.Office.Server.Search.Administration.Schedule
Microsoft.Office.Server.Search.Administration.DailySchedule
Microsoft.Office.Server.Search.Administration.MonthlyDateSchedule
Microsoft.Office.Server.Search.Administration.MonthlyDayOfWeekSchedule
Microsoft.Office.Server.Search.Administration.WeeklySchedule
Seguridad de subprocesos
Todos los miembros estáticos públicos (compartidos en Visual Basic) de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancia sean seguros para los subprocesos.
Vea también
Referencia
Schedule (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)
Otros recursos
Introducción al modelo de objetos de administración del motor de búsqueda Enterprise Search
Administración de contenido
Procedimiento para configurar mediante programación una programación de rastreo para un origen de contenido
Procedimiento para administrar mediante programación el rastreo de un origen de contenido