Compartilhar via


MonthlyDayOfWeekSchedule class

Representa um agendamento de rastreamento usado para especificar os dias do mês, as semanas do mês e os meses do ano quando o rastreamento deve ocorrer.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Administration.Schedule
    Microsoft.Office.Server.Search.Administration.MonthlyDayOfWeekSchedule

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

Syntax

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

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

MonthlyDayOfWeekSchedule members

Microsoft.Office.Server.Search.Administration namespace