SMS_PkgToPkgServer_a Server WMI Class

The SMS_PkgToPkgServer_a association Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that uses the PackageID property to relate an SMS_Package Server WMI Class object with its SMS_DistributionPoint Server WMI Class objects.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

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

Methods

The SMS_PkgToPkgServer_a class does not define any methods.

Properties

package
Data type: ref:SMS_Package

Access type: Read/Write

Qualifiers: Key

Reference to an SMS_Package Server WMI Class object path.

pkgServer
Data type: ref:SMS_DistributionPoint

Access type: Read/Write

Qualifiers: Key

Reference to an SMS_DistributionPoint Server WMI Class object path.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_DistributionPoint Server WMI Class
SMS_Package Server WMI Class