SMS_ScheduleMethods 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_ScheduleMethods abstract Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents methods for decoding and encoding schedule tokens into and from a Configuration Manager interval string. The methods are used in schedule token string packing and unpacking.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ScheduleMethods : SMS_BaseClass
{
};
Methods
The following table shows the methods in SMS_ScheduleMethods.
Method | Description |
---|---|
Reads SMS_ScheduleToken objects from an interval string. |
|
Writes SMS_ScheduleToken objects to an interval string. |
Properties
None.
Remarks
Class qualifiers for this class include:
- Abstract
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
A Configuration Manager interval string is an internal representation of a schedule token, represented by an SMS_ScheduleToken Server WMI Class object. Configuration Manager interval strings are not of the same format as WMI interval strings.
This class is not used to convert schedule tokens to or from the friendly scheduling strings, for example, "Occurs every 1 day(s) effective 9:27AM Tuesday", found in the Configuration Manager console.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.