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 representing 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 ClientType;
	ref:SMS_Collection collection;
	String CollectionID;
	String Domain;
	Boolean IsActive;
	Boolean IsAlwaysInternet;
	Boolean 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;
};

Methods

The SMS_CollectionMember_a class does not define any methods.

Properties

ClientType


Data type: UInt32Access type: Read OnlyQualifiers: NoneThe client type.
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: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the resource is approved.
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.
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 ID 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: NoneConfiguration 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


Send comments about this topic to Microsoft.