The SMS_ImageServicingSchedule Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents schedule details for offline servicing image.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_ImageServicingSchedule : SMS_BaseClass { SInt32 Action; Boolean ContinueOnError; String Description; DateTime LastRunDateTime; String Name; String Schedule; SInt32 ScheduleID; SInt32 State; Boolean UpdateDP; }; |
Methods
The SMS_ImageServicingSchedule class does not define any methods.
Properties
- Action
- Data type: SInt32Access type: Read/Write Qualifiers:
noneAction for software update.
0
None.
1
Install software update immediately.
2
Cancel software update installation.
- ContinueOnError
- Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue to continue to apply software updates to the image when an error occurs. The default value is false.This information applies only to System Center Configuration Manager SP1.
- Description
- Data type: StringAccess type: Read/Write Qualifiers: noneDescription for software update installation schedule.
- LastRunDateTime
- Data type: DateTimeAccess type: Read/Write Qualifiers: noneLast run time for software update installation.
- Name
- Data type: StringAccess type: Read/Write Qualifiers: noneName for software update installation schedule.
- Schedule
- Data type: StringAccess type: Read/Write Qualifiers: noneSchedule for software update installation schedule.
- ScheduleID
- Data type: SInt32Access type: Read/Write Qualifiers: [key]ID for software update installation schedule.
- State
- Data type: SInt32Access type: Read/Write Qualifiers:
noneState for software update installation at this scheduled time.
0
None
1
Scheduled
2
Running
3
Succeeded
4
Failed
- UpdateDP
- Data type: BooleanAccess type: Read/Write Qualifiers: noneTrue to specify whether to update distribution points with the image after the software updates are successfully applied. The image might not be available until the image distribution is complete.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.