SMS_SCI_Address Server WMI Class
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_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
{
String AddressType;
String DesSiteCode;
UInt32 FileType;
String ItemName;
String ItemType;
UInt32 Order;
SMS_EmbeddedPropertyList PropLists[];
SMS_EmbeddedProperty Props[];
UInt32 RateLimitingSchedule[24];
String SiteCode;
Boolean UnlimitedRateForAll;
SMS_SiteControlDaySchedule UsageSchedule[7];
};
The SMS_SCI_Address class does not define any methods.
- AddressType
-
Data type: String
Access type: Read/Write
Qualifiers: [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_MAPI(MS_MAPI)
-
ADDR_RAS_ASYNC(MS_ASYNC_RAS)
-
ADDR_RAS_ISDN(MS_ISDN_RAS)
-
ADDR_RAS_X25(MS_X25_RAS)
-
ADDR_RAS_SNA(MS_SNA_RAS)
-
ADDR_SNA_BATCH(MS_BATCH_SNA)
-
ADDR_SNA_INTER(MS_INTER_SNA)
-
ADDR_COURIER(MS_COURIER)
-
ADDR_LAN(MS_LAN)
- DesSiteCode
- Data type: String Access type: Read/Write Qualifiers: [SizeLimit("3")] Destination site code with which the sender communicates. The default value is "".
- FileType
- Data type: UInt32 Access type: Read/Write Qualifiers: [key, enumeration:ToSubClass] See SMS_SiteControlItem Server WMI Class.
- 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] See SMS_SiteControlItem Server WMI Class.
- Order
-
Data type: UInt32
Access type: Read/Write
Qualifiers: None
Order (priority) in which the senders are used when multiple senders are defined for a given site. Possible values are listed below. Note that no senders for a given destination site can have the same order number.
0
Auto-assign the order of the senders used. This is the default value.
1
Assign by highest priority sender.
- PropLists
- Data type: SMS_EmbeddedPropertyList Array Access type: Read/Write Qualifiers: NoneSMS_EmbeddedPropertyList Server WMI Class objects for the configuration.
- Props
- Data type: SMS_EmbeddedProperty Array Access type: Read/Write Qualifiers: NoneSMS_EmbeddedProperty Server WMI Class objects for the configuration.
- RateLimitingSchedule
- Data type: UInt32 Array Access type: Read/Write Qualifiers: None Array 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: String Access type: Read/Write Qualifiers: [key, SizeLimit("3")] See SMS_SiteControlItem Server WMI Class.
- UnlimitedRateForAll
- Data type: Boolean Access type: Read/Write Qualifiers: 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 Array Access type: Read/Write Qualifiers: None Usage 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.
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.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.