SMS_SCI_RoamingBoundary Server WMI Class

System Center

Updated: October 28, 2009

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_SCI_RoamingBoundary Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that describes the Configuration Manager site boundary information.

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


Class SMS_SCI_RoamingBoundary : SMS_SiteControlItem
{
      String Details[];
      String DisplayNames[];
      UInt32 Filetype;
      UInt32 Flags[];
      Boolean IncludeSiteBoundary;
      String ItemName;
      String Itemtype;
      String SiteCode;
      String Types[];
};

The SMS_SCI_RoamingBoundary class does not define any methods.

Details
Data type: String Array

Access type: Read/Write

Qualifiers: None

Array of details specifying the actual value for the roaming boundary.

DisplayNames
Data type: String Array

Access type: Read/Write

Qualifiers: None

Array of display names for each boundary.

Filetype
Data type: UInt32

Access type: Read/Write

Qualifiers: [key, enumeration:ToSubClass]

Type of site control file. See SMS_SiteControlItem Server WMI Class.

Flags
Data type: UInt32 Array

Access type: Read/Write

Qualifiers: None

Array of flags specifying whether the roaming boundary is a fast or slow boundary.

IncludeSiteBoundary
Data type: Boolean

Access type: Read/Write

Qualifiers: None

Deprecated.

ItemName
Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteControlItem Server WMI Class.

Itemtype
Data type: String

Access type: Read-only

Qualifiers: [key, read]

Name of the site control item. See SMS_SiteControlItem Server WMI Class.

For this class, the item type should always be "Roaming Boundary".

SiteCode
Data type: String

Access type: Read Only

Qualifiers: [key, SizeLimit("3")]

See SMS_SiteControlItem Server WMI Class.

Types
Data type: String Array

Access type: Read/Write

Qualifiers: None

Type of the roaming boundary. Possible values are:

 

IP Subnets

AD Site Name

IP Ranges

IPv6 Prefixes

There are no special class qualifiers for this class. 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 should specify the Details, DisplayNames, Flags, and Types properties as parallel arrays.

Show: