Share via


SMS_SCI_ClientConfig

The SMS_SCI_ClientConfig WMI class contains general client configuration information that can be used by more than one client component.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_SCI_ClientConfig : SMS_SiteControlItem
{
  string ClientConfigName;
  uint32 FileType;
  uint32 Flags;
  string ItemName;
  string ItemType;
  string Platforms[];
  SMS_EmbeddedPropertyList PropLists[];
  SMS_EmbeddedProperty Props[];
  SMS_Client_Reg_MultiString_List RegMultiStringLists[];
  string SiteCode;
};

Properties

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

    Name of the client configuration.

  • 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

    Client configuration flags which vary from configuration component to configuration 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 a site-control item.

  • Platforms
    Data type: string[]
    Access type: Read/write

    Client platform(s) for which the configuration information is valid. Values are:
    ALL WIN_NT WIN_95 WIN_16 DOS OS2

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

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

There is no list which defines the properties and flag values for each client configuration component.

See Also

Site Configuration Classes, SMS_SCI_ClientComp