SMS_CollectionMember Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_CollectionMember Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 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 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;
};

The SMS_CollectionMember class does not define any methods.

Domain

Data type: String

Access type: Read Only

Qualifiers: None

Domain to which the member class belongs.

IsAssigned

Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the client is assigned to the site.

IsClient

Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the resource is an installed Configuration Manager client.

IsDirect

Data type: Boolean

Access 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: String

Access type: Read Only

Qualifiers: None

Name of the resource.

ResourceID

Data type: UInt32

Access type: Read Only

Qualifiers: [key]

Unique Configuration Manager-supplied ID for the resource. This ID is not unique across sites.

ResourceType

Data type: UInt32

Access 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: String

Access type: Read Only

Qualifiers: [SizeLimit("3")]

Site code of the site that created the collection.

SMSID

Data type: String

Access type: Read Only

Qualifiers: None

GUID generated by the client. This property is only set if the IsClient property is set to true.

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

Show: