The SMS_SiteControlItem Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the abstract base class for all site control item classes.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_SiteControlItem : SMS_BaseClass 
{
	 UInt32 FileType;
	 String ItemName;
	 String ItemType;
	 String SiteCode;
};

Methods

The SMS_SiteControlItem class does not define any methods.

Properties

FileType


Data type: UInt32Access type: Read/WriteQualifiers: [key, enumeration:ToSubClass]Type of site control file. Possible values are listed below. Currently only the ACTUAL (1) and PROPOSED (2) values are available. PROPOSED is the default value.

0

EMPTY (deprecated)

1

ACTUAL

2

PROPOSED

4

TRANSACTIONS (deprecated)

6

LOCAL_TRANSACTIONS (deprecated)

7

1XSTYLE (deprecated)

ItemName


Data type: StringAccess type: Read-onlyQualifiers: [key, read]Unique name identifying the site control item within items of the same type. The default value is "".
ItemType


Data type: StringAccess type: Read-onlyQualifiers: [key, read]Unique type of the site control item. The default value is "".
SiteCode


Data type: StringAccess type: Read/WriteQualifiers: [key, SizeLimit("3")]Unique three-letter site code identifying the site. The default value is "".

Remarks

Class qualifiers for this class include:

  • Abstract

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application uses classes derived from this class to read and update items in the site control file. These classes are named with the prefix "SMS_SCI_". An example of a derived class is SMS_SCI_Address Server WMI Class.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.