Share via


SMS_CollectionToPkgAdvert_a

The SMS_CollectionToPkgAdvert_a association WMI class relates an advertisement with its target collection. The CollectionID property relates instances of these two classes: SMS_Collection and SMS_Advertisement.

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

Class SMS_CollectionToPkgAdvert_a : SMS_BaseAssociation
{
  SMS_Advertisement ref advert;
  SMS_Collection ref collection;
};

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 target advertisement class instance.

  • 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 target collection class instance.

See Also

Association Classes