The SMS_SCI_Address Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a sender address, which is a link between the site for which the site control file exists and another site.

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

Class SMS_SCI_Address : SMS_SiteControlItem 
{
	 UInt32 AddressPriorityOrder;
	 String AddressType;
	 String DesSiteCode;
	 String DesSiteName;
	 UInt32 DestinationType;
	 UInt32 FileType;
	 String ItemName;
	 String ItemType;
	 SMS_EmbeddedPropertyList PropLists[];
	 SMS_EmbeddedProperty Props[];
	 UInt32 RateLimitingSchedule[24];
	 String SiteCode;
	 String SiteName;
	 Boolean UnlimitedRateForAll;
	 SMS_SiteControlDaySchedule UsageSchedule[7];
};

Methods

The SMS_SCI_Address class does not define any methods.

Properties

AddressPriorityOrder

Data type: UInt32Access type: Read/WriteQualifiers: [none]The address usage order. 0 indicates to the UI to auto-assign.
AddressType

Data type: StringAccess type: Read/WriteQualifiers: [stringnumeration]Type of address, indicating the nature of the sender to which the address applies. Possible values are listed below. The default value is "".
  • ADDR_LAN(MS_LAN)

  • ADDR_COURIER(MS_COURIER)

For example, the MS_LAN address type is used by the LAN sender. A site has at least one address for each of its connections to parent and child sites in the Configuration Manager hierarchy.
DesSiteCode

Data type: StringAccess type: Read/WriteQualifiers: [SizeLimit("3")]Destination site code with which the sender communicates. The default value is "".
DesSiteName

Data type: StringAccess type: Read-onlyQualifiers: [read]Destination site name with which the sender communicates.
DestinationType

Data type: UInt32Access type: Read/WriteQualifiers: [none]Destination site type. Possible values are:

0

Site server

1

Distribution point

FileType

Data type: UInt32Access type: Read/WriteQualifiers: [key, enumeration:ToSubClass]See SMS_SiteControlItem Server WMI Class.
ItemName

Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteControlItem Server WMI Class.
ItemType

Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteControlItem Server WMI Class.
PropLists

Data type: SMS_EmbeddedPropertyList ArrayAccess type: Read/WriteQualifiers: NoneSMS_EmbeddedPropertyList Server WMI Class objects for the configuration.
Props

Data type: SMS_EmbeddedProperty ArrayAccess type: Read/WriteQualifiers: NoneSMS_EmbeddedProperty Server WMI Class objects for the configuration.
RateLimitingSchedule

Data type: UInt32 ArrayAccess type: Read/WriteQualifiers: NoneArray of 24 integers, one for each hour of the day. The values for this 24-hour rate table range from 1 percent to 100 percent. If the UnlimitedRateForAll property is true, this property contains 100 percent for all 24 elements. Use the rate-limiting schedule to prevent Configuration Manager from using all available bandwidth on the connection.
SiteCode

Data type: StringAccess type: Read/WriteQualifiers: [key, SizeLimit("3")]See SMS_SiteControlItem Server WMI Class.
SiteName

Data type: StringAccess type: Read-onlyQualifiers: [read]See SMS_SiteControlItem Server WMI Class.
UnlimitedRateForAll

Data type: BooleanAccess type: Read/WriteQualifiers: Nonetrue if unlimited rate is enabled for all senders. If this property is set to false, specify a rate schedule for the RateLimitingSchedule property. Otherwise, 100 percent is used.
UsageSchedule

Data type: SMS_SiteControlDaySchedule ArrayAccess type: Read/WriteQualifiers: NoneUsage schedule array of seven SMS_SiteControlDaySchedule Server WMI Class objects, each representing one week day, for example, 0 for Sunday, 1 for Monday. The schedule is used to control network load during critical time periods by restricting when data can be sent to the address.

Remarks

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.

This class is used for inter-site communication by Configuration Manager sender components. For more information, see Configuration Manager Special Queries.

Requirements

Runtime Requirements

Development Requirements

See Also