SMS_PackageToAdvert_a

The SMS_PackageToAdvert_a association WMI class relates an advertisement to the package it advertises. The PackageID property relates instances of these two classes: SMS_Package and SMS_Advertisement.

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

Class SMS_PackageToAdvert_a : SMS_BaseAssociation
{
  SMS_Advertisement ref advert;
  SMS_Package ref package;
};

Properties

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

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

  • package
    Data type: ref SMS_Package**
    **Access type: Read-only
    Qualifiers: Key

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

See Also

Association Classes