Specifies the month or months of the year for the crawl schedule.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration MonthsOfYear
用法
Dim instance As MonthsOfYear
[FlagsAttribute]
public enum MonthsOfYear
成员
| 成员名称 | 说明 | |
|---|---|---|
| AllMonths | Specifies all months for the crawl schedule. | |
| April | Specifies April as the month for the crawl schedule. | |
| August | Specifies August as the month for the crawl schedule. | |
| December | Specifies December as the month for the crawl schedule. | |
| February | Specifies February as the month for the crawl schedule. | |
| January | Specifies January as the month for the crawl schedule. | |
| July | Specifies July as the month for the crawl schedule. | |
| June | Specifies June as the month for the crawl schedule. | |
| March | Specifies March as the month for the crawl schedule. | |
| May | Specifies May as the month for the crawl schedule. | |
| November | Specifies November as the month for the crawl schedule. | |
| October | Specifies October as the month for the crawl schedule. | |
| September | Specifies September as the month for the crawl schedule. |