SMS_SiteControlDaySchedule Server WMI Class
Updated: October 28, 2009
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The SMS_SiteControlDaySchedule Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents usage information for each hour of the day.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SiteControlDaySchedule
{
Boolean Backup[24];
UInt32 HourUsage[24];
Boolean update;
};
The SMS_SiteControlDaySchedule class does not define any methods.
- Backup
- Data type: Boolean Array Access type: Read/Write Qualifiers: None Array containing 24 elements, one for each hour of the day. A value of true indicates that the address (sender) embedding SMS_SiteControlDaySchedule can be used as a backup.
- HourUsage
-
Data type: UInt32 Array
Access type: Read/Write
Array containing 24 elements, one for each hour of the day. This property specifies the type of usage for each hour. Possible values are:
1
ALL_PRIORITY
2
ALL_BUT_LOW
3
HIGH_ONLY
4
CLOSED
- update
- Data type: Boolean Access type: Read/Write Qualifiers: Nonetrue if the usage data is saved when the parent address object is saved.
Class qualifiers for this class include:
-
Embedded
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.