SMS_SiteControlItem Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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: UInt32

    Access type: Read/Write

    Qualifiers: [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: String

    Access type: Read-only

    Qualifiers: [key, read]

    Unique name identifying the site control item within items of the same type. The default value is "".

  • ItemType
    Data type: String

    Access type: Read-only

    Qualifiers: [key, read]

    Unique type of the site control item. The default value is "".

  • SiteCode
    Data type: String

    Access type: Read/Write

    Qualifiers: [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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Configuration Manager Site Configuration Server WMI Classes