SMS_SiteInstallMap

The SMS_SiteInstallMap WMI class represents the site install map, which describes the layout of all installed features. Use classes derived from SMS_SiteInstallItemBase to view the install map.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_SiteInstallMap : SMS_BaseClass
{
  string BuildNumber;
  uint32 FileType;
  string FormatVersion;
  string IMapData;
};

Properties

  • BuildNumber
    Data type: string
    Access type: Read-only
    Qualifiers: Lazy

    SMS build number.

  • FileType
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    Reserved. Initialized with a value of 1.

  • FormatVersion
    Data type: string
    Access type: Read-only
    Qualifiers: Lazy

    Version of the install map format.

  • IMapData
    Data type: string
    Access type: Read-only
    Qualifiers: Lazy

    Install map data in text format.

Methods

The following table lists the method in SMS_SiteInstallMap.

Method Description
Refresh Reloads the install map from the database.

See Also

Site Configuration Classes