Share via


SMS_SCI_ClientComp Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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.

Syntax

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

Methods

The SMS_SCI_ClientComp class does not define any methods.

Properties

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

SELECT * FROM SMS_SCI_ClientComp
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

Configuration Manager Site Configuration Server WMI Classes
SMS_Client_Reg_MultiString_List Server WMI Class
SMS_EmbeddedProperty Server WMI Class
SMS_EmbeddedPropertyList Server WMI Class
SMS_SiteControlItem Server WMI Class