SMS_SCI_ClientComp Server WMI Class

System Center

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_ClientComp Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the component to install on a client computer.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.


Class SMS_SCI_ClientComp : SMS_SiteControlItem 
{
     String ClientComponentName;
     UInt32 FileType;
     UInt32 Flags;
     String ItemName;
     String ItemType;
     SMS_EmbeddedPropertyList PropLists[];
     SMS_EmbeddedProperty Props[];
     SMS_Client_Reg_MultiString_List RegMultiStringLists[];
     String SiteCode;
};

The SMS_SCI_ClientComp class does not define any methods.

ClientComponentName
Data type: String

Access type: Read/Write

Qualifiers: None

Name of the client component. The default value is "".

FileType
Data type: UInt32

Access type: Read/Write

Qualifiers: [key, enumeration:ToSubClass]

See SMS_SiteControlItem Server WMI Class.

Flags
Data type: UInt32

Access type: Read/Write

Qualifiers: [bits]

Client component flags. Possible values are:

0
ACTIVE

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.

PropLists
Data type: SMS_EmbeddedPropertyList Array

Access type: Read/Write

Qualifiers: None

SMS_EmbeddedPropertyList Server WMI Class objects for the configuration.

Props
Data type: SMS_EmbeddedProperty Array

Access type: Read/Write

Qualifiers: None

SMS_EmbeddedProperty Server WMI Class objects for the configuration.

RegMultiStringLists
Data type: SMS_Client_Reg_MultiString_List Array

Access type: Read/Write

Qualifiers: None

SMS_Client_Reg_MultiString_List Server WMI Class objects for the configuration.

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 client components defined for your site server.

SELECT * FROM SMS_SCI_ClientComp
WHERE SiteCode = "<sitecode>"

Runtime Requirements

Development Requirements

Show: