Compartilhar via


Schedule.BeginMonth property

Obtém ou define o mês em que o agendamento de rastreamento é iniciado.

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

Syntax

'Declaração
Public Property BeginMonth As Integer
    Get
    Set
'Uso
Dim instance As Schedule
Dim value As Integer

value = instance.BeginMonth

instance.BeginMonth = value
public int BeginMonth { get; set; }

Property value

Type: System.Int32
Um inteiro de 32 bits entre 0 e 12 que especifica o mês de início para a agenda de rastreamento.

Ver também

Referência

Schedule class

Schedule members

Microsoft.Office.Server.Search.Administration namespace