SMS_SiteInstallMap Server WMI Class
Updated: October 28, 2009
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_SiteInstallMap Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the site install map, which describes the layout of all installed features.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SiteInstallMap : SMS_BaseClass
{
String BuildNumber;
UInt32 FileType;
String FormatVersion;
String IMapData;
};
The following table lists the method in SMS_SiteInstallMap.
| Method | Description |
|---|---|
|
Reloads the install map from the database, which repopulates the classes. |
- BuildNumber
- Data type: String Access type: Read/Write Qualifiers: [lazy] Configuration Manager build number.
- FileType
- Data type: UInt32 Access type: Read/Write Qualifiers: [key] Reserved. Initialized with a value of 1.
- FormatVersion
- Data type: String Access type: Read/Write Qualifiers: [lazy] Format version of the install map.
- IMapData
- Data type: String Access type: Read-only Qualifiers: [large, lazy] Install map data in text format.
Class qualifiers for this class include:
-
Read (read-only)
For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Use classes derived from SMS_SiteInstallItemBase Server WMI Class to view the install map.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.