SMS_SCI_FileDefinition
The SMS_SCI_FileDefinition WMI class defines the basic properties about the site control file (SCF).
Warning This class is vital to the operation of the site control infrastructure; changing the values for an existing site may render the SCF unusable for further configuration. Existing instances for functioning sites should not be changed.
The following syntax is simplified from MOF code and includes all inherited properties.
Class SMS_SCI_FileDefinition : SMS_SiteControlItem
{
string Comment;
uint32 FileType;
string ItemName;
string ItemType;
string OriginatingSite;
uint32 SerialNumber;
string SiteCode;
string TargetSite;
};
Properties
Comment
Data type: string
Access type: Read-onlyFree format comment field.
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.
OriginatingSite
Data type: string
Access type: Read-onlySite which originated the creation of the TargetSite value.
SerialNumber
Data type: uint32
Access type: Read-onlySerial number of the actual SCF. It is incremented each time the SCF changes.
SiteCode
Data type: string
Access type: Read-only
Qualifiers: KeySite code of the site server.
TargetSite
Data type: string
Access type: Read-onlySite for which you are creating the SCF.