SMS_SCI_Component 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_SCI_Component Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a Configuration Manager server component installed on one or more servers at a site.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SCI_Component : SMS_SiteControlItem
{
String ComponentName;
UInt32 FileType;
UInt32 Flag;
String ItemName;
String ItemType;
String Name;
SMS_EmbeddedProperty Props[];
SMS_EmbeddedPropertyList PropLists[];
String SiteCode;
};
The SMS_SCI_Component class does not define any methods.
- ComponentName
- Data type: String Access type: Read/Write Qualifiers: None Name of the Configuration Manager server component. The default value is "".
- FileType
- Data type: UInt32 Access type: Read/Write Qualifiers: [key, enumeration:ToSubClass] See SMS_SiteControlItem Server WMI Class.
- Flag
-
Data type: UInt32
Access type: Read/Write
Qualifiers: None
Flag identifying the component. Possible values are listed below. The default value is NAMED_SERVER_INSTALLED (6).
Value Description 1
ROLE_NOT_INSTALLED. If the flag is set to this value, the Name property specifies the server role. The component is installed on every server having the specified role.
2
NAMED_SERVER_NOT_INSTALLED. If the flag is set to this value, the Name property specifies a particular server on which the component is installed. The server name does not include backslashes.
5
ROLE_INSTALLED. If the flag is set to this value, the Name property specifies the server role. The component is installed on every server having the specified role.
6
NAMED_SERVER_INSTALLED. If the flag is set to this value, the Name property specifies a particular server on which the component is installed. The server name does not include backslashes.
- ItemName
- Data type: String Access type: Read-only Qualifiers: [key, read] See SMS_SiteControlItem Server WMI Class.
- ItemType
- Data type: String Access type: Read-only Qualifiers: [key, read] See SMS_SiteControlItem Server WMI Class.
- Name
- Data type: String Access type: Read/Write Qualifiers: None Configuration Manager role or server name, depending on the value of Flag. The default value is "".
- Props
- Data type: SMS_EmbeddedProperty Array Access type: Read/Write Qualifiers: NoneSMS_EmbeddedProperty Server WMI Class objects for the component.
- PropLists
- Data type: SMS_EmbeddedPropertyList Array Access type: Read/Write Qualifiers: NoneSMS_EmbeddedPropertyList Server WMI Class objects for the component.
- SiteCode
- Data type: String Access type: Read/Write Qualifiers: [key, SizeLimit("3")] See SMS_SiteControlItem Server WMI Class.
There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.
Run the following query for a complete list of Configuration Manager server components defined for your site server.
SELECT * FROM SMS_SCI_Component WHERE SiteCode = "<sitecode>"
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.