SMS_PkgToPkgProgram_a

The SMS_PkgToPkgProgram_a association WMI class relates a package with the programs that form the package. The PackageID property relates instances of these two classes: SMS_Package and SMS_Program.

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

Class SMS_PkgToPkgProgram_a : SMS_BaseAssociation
{
  SMS_Package ref package;
  SMS_Program ref pkgProgram;
};

Properties

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

  • pkgProgram
    Data type: ref SMS_Program**
    **Access type: Read-only
    Qualifiers: Key

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

See Also

Association Classes