Share via


SMS_SiteToSiteID_a

The SMS_SiteToSiteID_a association WMI class relates a site with its identifying information. The site code relates instances of these two classes: SMS_Site and SMS_Identification.

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

Class SMS_SiteToSiteID_a : SMS_BaseAssociation
{
  SMS_Site ref site;
  SMS_Identification ref siteIdentification;
};

Properties

  • 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.

  • siteIdentification
    Data type: ref SMS_Identification**
    **Access type: Read-only
    Qualifiers: Key

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

See Also

Association Classes