SMS_SiteToROOTColl_a

The SMS_SiteToROOTColl_a association WMI class relates a site with the root of the collections to which it belongs. It does this by relating an instance of SMS_Collection with an instance of SMS_Site.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_SiteToROOTColl_a : SMS_BaseAssociation
{
  SMS_Collection ref collection;
  SMS_Site ref site;
};

Properties

  • collection
    Data type: ref SMS_Collection**
    **Access type: Read-only
    Qualifiers: Key

    Reference to an SMS_Collection object path uniquely identifying the location of the class instance.

  • site
    Data type: ref SMS_Site**
    **Access type: Read-only
    Qualifiers: Key

    Reference to an SMS_Site object path uniquely identifying the location of the class instance.

See Also

Association Classes