SMS_SiteControlDaySchedule Server WMI Class
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;
};
Methods
The SMS_SiteControlDaySchedule class does not define any methods.
Properties
Backup
Data type: Boolean ArrayAccess 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 ArrayAccess 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: BooleanAccess type: Read/Write
Qualifiers: None
true if the usage data is saved when the parent address object is saved.
Remarks
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.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Configuration Manager Site Configuration Server WMI Classes
SMS_SCI_Address Server WMI Class