Share via


SMS_PackageToSourceSite_a

The SMS_PackageToSourceSite_a association WMI class relates a package to the site that created the package. The site code in SMS_Package.SourceSite and SMS_Site.SiteCode relate instances of their respective classes.

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

Class SMS_PackageToSourceSite_a : SMS_BaseAssociation
{
  SMS_Package ref ownedPackage;
  SMS_Site ref pkgSourcesite;
};

Properties

  • ownedPackage
    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.

  • pkgSourcesite
    Data type: ref SMS_Site**
    **Access type: Read-only
    Qualifiers: Key

    Reference to an SMS_Site object path uniquely identifying the location of the package-creation site class instance.

See Also

Association Classes