SMS_SCI_Component 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_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;
};

Methods

The SMS_SCI_Component class does not define any methods.

Properties

  • ComponentName
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Name of the Configuration Manager server component. The default value is "".

  • 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.

  • 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 "".

Remarks

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>"

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_EmbeddedProperty Server WMI Class
SMS_EmbeddedPropertyList Server WMI Class
SMS_SiteControlItem Server WMI Class