Поделиться через


SMS_DistributionPointGroup Server WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_DistributionPointGroup Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a group of distribution points rendered in the Configuration Manager console.

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

Class SMS_DistributionPointGroup : SMS_BaseClass
{
      String arrNALPath[];
      String sGroupName;
};

Methods

The SMS_DistributionPointGroup class does not define any methods.

Properties

  • arrNALPath
    Data type: String Array

    Access type: Read/Write

    Qualifiers: None

    Network abstraction layer (NAL) paths that identify the distribution points in the group.

  • sGroupName
    Data type: String

    Access type: Read/Write

    Qualifiers: [key]

    Name of the distribution point group. The default value is "".

Remarks

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

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

Concepts

Software Distribution Server WMI Classes
How to List Distribution Points for a Site
SMS_NAL_Methods Class