SMS_SiteControlDaySchedule Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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: None

true 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.

Show: