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: KeyType 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: KeyUnique identifier of a site control item.
ItemType
Data type: string
Access type: Read-only
Qualifiers: KeyUnique identifier of a site control item.
SiteCode
Data type: string
Access type: Read/write
Qualifiers: KeySite code of the site server.