SMS_SiteInstallItemBase 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_SiteInstallItemBase Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the abstract base class from which all specific site install item configuration classes are derived.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SiteInstallItemBase : SMS_SiteInstallItem
{
String ItemName;
String ItemType;
String Units[];
};
Methods
The SMS_SiteInstallItemBase class does not define any methods.
Properties
ItemName
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
ItemType
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
Units
Data type: String ArrayAccess type: Read/Write
Qualifiers: None
Units to install. Possible values are:
SMS
ADMIN_UI
NETWORK_MONITOR
BOOKS_ONLINE
SCRIPTS
Remarks
Class qualifiers for this class include:
Abstract
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 represented by SMS_SiteInstallMap Server WMI Class.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Configuration Manager Site Configuration Server WMI Classes
SMS_SiteInstallMap Server WMI Class