SMS_CollectionMember 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_CollectionMember Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that serves as the abstract base class for the member classes for each collection. SMS_CM_RES_COLL_CollectionID Server WMI Class derives from SMS_CollectionMember Server WMI Class.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_CollectionMember : SMS_BaseClass
{
String Domain;
Boolean IsAssigned;
Boolean IsClient;
Boolean IsDirect;
String Name;
UInt32 ResourceID;
UInt32 ResourceType;
String SiteCode;
String SMSID;
};
Methods
The SMS_CollectionMember class does not define any methods.
Properties
Domain
Data type: StringAccess type: Read Only
Qualifiers: None
Domain to which the member class belongs.
IsAssigned
Data type: BooleanAccess type: Read Only
Qualifiers: None
true if the client is assigned to the site.
IsClient
Data type: BooleanAccess type: Read Only
Qualifiers: None
true if the resource is an installed Configuration Manager client.
IsDirect
Data type: BooleanAccess type: Read Only
Qualifiers: None
true if the client is a member through a direct rule, represented by SMS_CollectionRuleDirect Server WMI Class; otherwise false or null.
Name
Data type: StringAccess type: Read Only
Qualifiers: None
Name of the resource.
ResourceID
Data type: UInt32Access type: Read Only
Qualifiers: [key]
Unique Configuration Manager-supplied ID for the resource. This ID is not unique across sites.
ResourceType
Data type: UInt32Access type: Read Only
Qualifiers: None
Type of resource, for example, system or user. For more information, see SMS_ResourceMap Server WMI Class.
SiteCode
Data type: StringAccess type: Read Only
Qualifiers: [SizeLimit("3")]
Site code of the site that created the collection.
SMSID
Data type: StringAccess type: Read Only
Qualifiers: None
GUID generated by the client. This property is only set if the IsClient property is set to true.
Remarks
Class qualifiers for this class include:
- Abstract
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
Software Distribution Server WMI Classes
SMS_CM_RES_COLL_CollectionID Server WMI Class
SMS_CollectionMember_a Server WMI Class