Share via


SMS_PkgToPkgServer_a

The SMS_PkgToPkgServer_a association WMI class relates a package with its distribution points. The PackageID property relates instances of these two classes: SMS_Package and SMS_DistributionPoint.

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

Class SMS_PkgToPkgServer_a : SMS_BaseAssociation
{
  SMS_Package ref package;
  SMS_DistributionPoint ref pkgServer;
};

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.

  • pkgServer
    Data type: ref SMS_DistributionPoint**
    **Access type: Read-only
    Qualifiers: Key

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

See Also

Association Classes