Share via


SMS_PkgToPkgAccess_a

The SMS_PkgToPkgAccess_a association WMI class relates a package with the user accounts that are used to access a package on its distribution points. The PackageID property relates instances of these two classes: SMS_Package and SMS_PackageAccessByUsers.

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

Class SMS_PkgToPkgAccess_a : SMS_BaseAssociation
{
  SMS_Package ref package;
  SMS_PackageAccessByUsers ref pkgAccess;
};

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, which describes an SMS package.

  • pkgAccess
    Data type: ref SMS_PackageAccessByUsers**
    **Access type: Read-only
    Qualifiers: Key

    Reference to an SMS_PackageAccessByUsers object path uniquely identifying the location of the class instance, which controls which users are granted access rights to a package folder or distribution points.

See Also

Association Classes