Share via


SMS_SCI_ClientComp

The SMS_SCI_ClientComp WMI class specifies the configuration of a client component installed on the site server.

The following syntax is simplified from 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;
};

Properties

  • ClientComponentName
    Data type: string
    Access type: Read/write

    Name of the client component.

  • FileType
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    Type of site control file. This property is no longer used for queries. Values are:
    EMPTY (0)
    ACTUAL (1)
    PROPOSED (2)
    TRANSACTIONS (4)
    LOCAL_TRANSACTIONS (6)

  • Flags
    Data type: uint32
    Access type: Read/write
    Qualifiers: Bits

    Client component flags which vary from component to component.

  • ItemName
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Unique identifier of the site-control item.

  • ItemType
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Unique identifier of the site-control item.

  • PropLists
    Data type: SMS_EmbeddedPropertyList[]
    Access type: Read/write

    Zero or more properties that contain an array of strings.

  • Props
    Data type: SMS_EmbeddedProperty[]
    Access type: Read/write

    Zero or more properties that contain numeric or string values.

  • RegMultiStringLists
    Data type: SMS_Client_Reg_MulitString_List[]
    Access type: Read/write

    Zero or more properties that contain multiple string values from the client registry.

  • SiteCode
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    Site code of the site server.

Remarks

Run the following query for a complete list of client components defined for your site server.

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

There is no list which defines the properties and flag values for each client component. The best way to determine the properties and flag values for each client component is to follow the steps defined in Determining Which Site Control Item to Use.

See Also

Determining Which Site Control Item to Use, Site Configuration Classes, SMS_SCI_ClientConfig