Share via


SMS_SIIB_Component_FileList

The SMS_SIIB_Component_FileList WMI class describes installation characteristics for SMS components and services.

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

Class SMS_SIIB_Component_FileList : SMS_SiteInstallItemBase
{
  string ComponentName;
  uint32 Flags
  string ItemName;
  string ItemType;
  SMS_SII_PropertyList PropLists[];
  SMS_SII_Property Props[];
  string Units[];
};

Properties

  • ComponentName
    Data type: string
    Access type: Read-only

    Name of the SMS server component.

  • Flags
    Data type: uint32
    Access type: Read-only
    Qualifiers: Bits

    Option flags specifying how the component was installed. Bit field flags
    INSTALL (0)
    LOCAL_SYSTEM_ACCOUNT (1)
    LITERAL_PATH (2)
    PRIMARY_SITE (3)
    SECONDARY_SITE (4)
    AUTO_START (5)
    AS_THREAD (6)
    MULTI_SITE (7)
    SCHEDULED (8)
    ON_SITE_SERVER (9)
    ON_SQL_SERVER (10)
    ON_CLIENT_ACCESS (11)
    ONLY_ONE_COPY (12)
    USE_NAL (13)

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

    Unique identifier of a site install item.

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

    Unique identifier of a site install item.

  • PropLists
    Data type: SMS_SII_PropertyList[]
    Access type: Read-only

    Zero or more properties that contain an array of strings.

  • Props
    Data type: SMS_SII_Property[]
    Access type: Read-only

    Zero or more properties that contain numeric or string values.

  • Units
    Data type: string[]
    Access type: Read-only

    Units where the component is installed. Values are:
    SMS
    ADMIN UI
    NETWORK MONITOR
    BOOKS ONLINE
    SCRIPTS

See Also

Site Configuration Classes