DaysOfWeek 枚举 (Microsoft.Office.Server.Search.Administration)
Specifies the day or days of the week for the crawl schedule.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration DaysOfWeek
用法
Dim instance As DaysOfWeek
[FlagsAttribute]
public enum DaysOfWeek
成员
成员名称 | 说明 | |
---|---|---|
Everyday | Specifies all weekdays for the crawl schedule. | |
Friday | Specifies Friday as the day of the week for the crawl schedule. | |
Monday | Specifies Monday as the day of the week for the crawl schedule. | |
Saturday | Specifies Saturday as the day of the week for the crawl schedule. | |
Sunday | Specifies Sunday as the week day for the crawl schedule. | |
Thursday | Specifies Thursday as the day of the week for the crawl schedule. | |
Tuesday | Specifies Tuesday as the day of the week for the crawl schedule. | |
Wednesday | Specifies Wednesday as the day of the week for the crawl schedule. | |
Weekdays | Specifies Monday, Tuesday, Wednesday, Thursday, and Friday as the days of the week for the crawl schedule. | |
Weekends | Specifies Saturday and Sunday as the days of the week for the crawl schedule. |