Share via


SMS_SiteControlItem

The SMS_SiteControlItem WMI class is an abstract class that is the parent class for all site control items. Use classes derived from this class to read and update items in the site control file.

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

Class SMS_SiteControlItem : SMS_BaseClass
{
  uint32 FileType;
  string ItemName;
  string ItemType;
  string SiteCode;
};

Properties

  • 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)

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

    Unique identifier of a site control item.

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

    Unique identifier of a site control item.

  • SiteCode
    Data type: string
    Access type: Read/write
    Qualifiers: Key

    Site code of the site server.

See Also

Site Configuration Classes