ICCMTargetedUpdate Interface
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
In Configuration Manager 2007, the ICCMTargetedUpdate interface represents a targeted software update, which is a deployed update in a collection, represented by ICCMUpdatesCollection Interface. ICCMTargetedUpdate inherits from IDispatch.
In This Section
Term | Definition |
---|---|
Gets the software update knowledge base article ID. |
|
Gets the software update bulletin ID. |
|
Gets the download size of the update content. |
|
Gets the software update enforcement deadline. |
|
Gets the software update exclusive update option value that indicates whether the update should be installed independently. |
|
Gets the software update ID. |
|
Gets the software update information link. |
|
Gets the software update manufacturer. |
|
Gets the software update name. |
|
Gets the software update notification value. |
|
Gets the software update installation progress. |
|
Gets the software update reboot deadline. |
|
Gets the software update presence state. |
|
Gets the software update summary. |
Remarks
The caller retrieves an ICCMTargetedUpdate object by using the ICCMUpdatesCollection::GetUpdate Method. For an example of the use of this class, see How to Enumerate Software Updates.
UUID
The UUID for ICCMTargetedUpdate is 35EFB665-4089-45cf-AD75-E60739B38E6F.
Requirements
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.
See Also
Concepts
Software Updates Client COM Automation Classes
ICCMUpdatesCollection::GetUpdate Method
How to Enumerate Software Updates