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/WriteQualifiers: NoneList of IPX subnets, IPX networks, and AppleTalk zone names for the site assignment.
AssignTypes


Data type: String ArrayAccess type: Read/WriteQualifiers: NoneAssignment types for the elements defined by AssignDetails.
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.
SiteCode


Data type: StringAccess type: Read/WriteQualifiers: [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

Development Requirements

See Also


Send comments about this topic to Microsoft.