SMS_SCI_SiteAssignment 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_SCI_SiteAssignment Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a site assignment, which can be based on an IPX subnet, an IPX network number, or an AppleTalk zone name.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SCI_SiteAssignment : SMS_SiteControlItem
{
String AssignDetails[];
String AssignTypes[];
UInt32 FileType;
String ItemName;
String ItemType;
String SiteCode;
};
Methods
The SMS_SCI_SiteAssignment class does not define any methods.
Properties
AssignDetails
Data type: String ArrayAccess type: Read/Write
Qualifiers: None
List of IPX subnets, IPX networks, and AppleTalk zone names for the site assignment.
AssignTypes
Data type: String ArrayAccess type: Read/Write
Qualifiers: None
Assignment types for the elements defined by AssignDetails.
FileType
Data type: UInt32Access type: Read/Write
Qualifiers: [key, enumeration:ToSubClass]
ItemName
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
ItemType
Data type: StringAccess type: Read-only
Qualifiers: [key, read]
SiteCode
Data type: StringAccess type: Read/Write
Qualifiers: [key, SizeLimit("3")]
Site code of the site server.
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.
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
SMS_SiteControlItem Server WMI Class