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/WriteQualifiers: NoneArray 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/WriteArray 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/WriteQualifiers: Nonetrue 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

Development Requirements

See Also