Compartilhar via


Schedule class

Fornece a classe base SharePoint Enterprise Search cronogramas de rastreamento.

Inheritance hierarchy

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

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class Schedule
'Uso
Dim instance As Schedule
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class Schedule

Comentários

Em SharePoint Enterprise Search, há quatro tipos de agendamento de rastreamento diferentes, cada um representado por uma classe específica no modelo de objeto de administração. Estes são:

  • DailySchedule   Use esta classe para especificar o número de dias entre os rastreamentos.

  • WeeklySchedule   Use esta classe para especificar o número de semanas entre os rastreamentos.

  • MonthlyDateSchedule   Use esta classe para especificar os dias do mês e meses do ano quando o rastreamento deve ocorrer.

  • MonthlyDayOfWeekSchedule   Use esta classe para especificar os dias do mês, as semanas do mês e os meses do ano quando o rastreamento deve ocorrer.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

Schedule members

Microsoft.Office.Server.Search.Administration namespace

Outros recursos

Getting Started with the Enterprise Search Administration Object Model

Managing Content

How to: Programmatically Configure a Crawl Schedule for a Content Source

How to: Programmatically Manage the Crawl of a Content Source