Schedule, classe (Microsoft.Office.Server.Search.Administration)
Provides the base class for Recherche de contenu d'entreprise crawl schedules.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public MustInherit Class Schedule
'Utilisation
Dim instance As Schedule
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
public abstract class Schedule
Remarques
In Recherche de contenu d'entreprise, 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.
Hiérarchie d'héritage
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
Sécurité des threads
Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.
Voir aussi
Référence
Membres Schedule
Microsoft.Office.Server.Search.Administration, espace de noms
Autres ressources
Mise en route avec le modèle objet Administration de recherche de contenu d'entreprise
Gestion du contenu
Procédure : configurer par programme une planification d'analyse pour une source de contenu
Procédure : gérer l'analyse d'une source de contenu par programme