Share via


SMS_SiteToSubSite_a

The SMS_SiteToSubSite_a association WMI class defines the hierarchy of sites by relating a site with its subsites.

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

Class SMS_SiteToSubSite_a : SMS_BaseAssociation
{
  SMS_Site ref childSite;
  SMS_Site ref parentSite;
};

Properties

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

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

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

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

See Also

Association Classes