SMS_CollectionMember_a 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_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: UInt32

    Access type: Read Only

    Qualifiers: None

    The client type.

  • CollectionID
    Data type: String

    Access type: Read Only

    Qualifiers: None

    ID of the collection.

  • Domain
    Data type: String

    Access type: Read Only

    Qualifiers: None

    Windows NT or Windows 2000 domain to which the resource belongs.

  • IsActive
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the resource is active.

  • IsAlwaysInternet
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the resource is always associated with the Internet.

  • IsApproved
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the resource is approved.

  • IsAssigned
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the resource is within the site boundaries and has been assigned to the site.

  • IsBlocked
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the resource is blocked.

  • IsClient
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the client software has been installed on the resource.

  • IsDecommissioned
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the resource is decommissioned.

  • IsDirect
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true 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: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the resource is Internet-enabled.

  • IsObsolete
    Data type: Boolean

    Access type: Read Only

    Qualifiers: None

    true if the resource is obsolete.

  • Name
    Data type: String

    Access type: Read Only

    Qualifiers: None

    Name of the member resource.

  • ResourceID
    Data type: UInt32

    Access type: Read Only

    Qualifiers: None

    The ID of the member resource.

  • ResourceType
    Data type: Uint32

    Access type: Read Only

    Qualifiers: None

    Type of the member resource as defined by instances of SMS_ResourceMap Server WMI Class.

  • SiteCode
    Data type: String

    Access type: Read Only

    Qualifiers: [SizeLimit("3")]

    Site code of the site with which the resource is associated.

  • SMSID
    Data type: String

    Access type: Read Only

    Qualifiers: None

    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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Reference

SMS_Collection Server WMI Class

Concepts

Software Distribution Server WMI Classes
SMS_Resource Server WMI Class