The SMS_CollectionMember_a association Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that relates an SMS_Collection Server WMI Class object with SMS_Resource Server WMI Class objects that represent the member resources of the collection.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_CollectionMember_a : SMS_BaseAssociation
{
	UInt32 ClientCertType;
	UInt32 ClientType;
	ref:SMS_Collection collection;
	String CollectionID;
	String Domain;
	Boolean IsActive;
	Boolean IsAlwaysInternet;
	UInt32 IsApproved;
	Boolean IsAssigned;
	Boolean IsBlocked;
	Boolean IsClient;
	Boolean IsDecommissioned;
	Boolean IsDirect;
	Boolean IsInternetEnabled;
	Boolean IsObsolete;
	String Name;
	ref:SMS_Resource resource;
	UInt32 ResourceID;
	UInt32 ResourceType;
	String SiteCode;
	String SMSID;
	Boolean IsVirtualMachine;
};

Methods

The SMS_CollectionMember_a class does not define any methods.

Properties

ClientCertType

Data type: UInt32Access type: Read/Write Qualifiers: noneClientCertType description … .  

1

Self-signed certificate

2

Certificate issued by a certification authority.

ClientType

Data type: UInt32Access type: Read OnlyQualifiers: NoneType of client. Possible values area:

1

Client

3

Device

collection

Data type: ref:SMS_CollectionAccess type: Read OnlyQualifiers: [key]Reference to an SMS_Collection Server WMI Class object path.
CollectionID

Data type: StringAccess type: Read OnlyQualifiers: NoneID of the collection.
Domain

Data type: StringAccess type: Read OnlyQualifiers: NoneWindows NT or Windows 2000 domain to which the resource belongs.
IsActive

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the resource is active.
IsAlwaysInternet

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the resource is always associated with the Internet.
IsApproved

Data type: UInt32Access type: Read OnlyQualifiers: NoneWhether the resource is approved. Possible values are:  

0

Not approved

1

Approved

2

Not applicable

IsAssigned

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the resource is within the site boundaries and has been assigned to the site.
IsBlocked

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the resource is blocked.
IsClient

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the client software has been installed on the resource.
IsDecommissioned

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the resource is decommissioned.
IsDirect

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the client is a member of the associated collection by a direct rule. For more information, see SMS_CollectionRuleDirect Server WMI Class.
IsInternetEnabled

Data type: BooleanAccess type: Read Only Qualifiers: Nonetrue if the resource is Internet-enabled.
IsObsolete

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the resource is obsolete.
IsVirtualMachine

Data type: BooleanAccess type: Read/Write Qualifiers: nonetrue if this is a virtual machine.
Name

Data type: StringAccess type: Read OnlyQualifiers: NoneName of the member resource.
resource

Data type: ref:SMS_ResourceAccess type: Read OnlyQualifiers: [key]Reference to an SMS_Resource Server WMI Class object path.
ResourceID

Data type: UInt32Access type: Read OnlyQualifiers: NoneThe identifier of the member resource.
ResourceType

Data type: Uint32Access type: Read OnlyQualifiers: NoneType of the member resource as defined by instances of SMS_ResourceMap Server WMI Class.
SiteCode

Data type: StringAccess type: Read OnlyQualifiers: [SizeLimit("3")]Site code of the site with which the resource is associated.
SMSID

Data type: StringAccess type: Read OnlyQualifiers: NoneSystem Center 2012 Configuration Manager unique ID of the member resource.

Remarks

Class qualifiers for this class include:

  • Association: ToInstance

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

The CollectionID and ResourceID properties can be used in a WMI Query Language (WQL) WHERE clause. However, you are limited to using an OR condition. Your query might not use the other properties in the relationship.

Requirements

Runtime Requirements

Development Requirements

See Also