The hour when the reindexing will start (int hour, 0-23)
Declaration Syntax
C# | Visual Basic | Visual C++ |
public int ServiceRebuildHour { get; set; }
Public Property ServiceRebuildHour As Integer
public: property int ServiceRebuildHour { int get (); void set (int value); }
Remarks
The hour of the day at which the first indexing operation will happen. Eg. if this is set to 1, then the index will be built at 1am - further, if the frequency is set to 6, then indexing will start at 1am, and be performed at 7am, 1pm, 7pm and again at 1am and so on.