Share via


SMS_AdvertToSourceSite_a

The SMS_AdvertToSourceSite_a association WMI class relates an advertisement with the site that created the advertisement. The site code in SMS_Advertisement.SourceSite and SMS_Site.SiteCode relates instances of their two respective classes.

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

Class SMS_AdvertToSourceSite_a : SMS_BaseAssociation
{
  SMS_Site ref advertSourceSite;
  SMS_Advertisement ref ownedAdvert;
};

Properties

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

  • ownedAdvert
    Data type: ref SMS_Advertisement**
    **Access type: Read-only
    Qualifiers: Key

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

See Also

Association Classes