SMS_TaskSequenceReferenceDps Server WMI Class

System Center

Updated: October 28, 2009

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_TaskSequenceReferenceDps Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the package that is available for the task sequence at a specified distribution point.

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


Class SMS_TaskSequenceReferenceDps
{
      String Hash;
      String PackageID;
      String ServerNALPath;
      String SiteCode;
      UInt32 SourceVersion;
      String TaskSequenceID;
};

The SMS_TaskSequenceReferenceDps class does not define any methods.

Hash
Data type: String

Access type: Read/Write

Qualifiers: None

A hash of package content.

PackageID
Data type: String

Access type: Read/Write

Qualifiers: None

The ID of the package associated with the task sequence.

ServerNALPath
Data type: String

Access type: Read/Write

Qualifiers: None

The server network abstraction layer (NAL) path to the package at a particular distribution point.

SiteCode
Data type: String

Access type: Read/Write

Qualifiers: None

The site code for the distribution point.

SourceVersion
Data type: UInt32

Access type: Read/Write

Qualifiers: None

The version of the package source.

TaskSequenceID
Data type: String

Access type: Read/Write

Qualifiers: [key]

The ID for the task sequence.

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Runtime Requirements

Development Requirements

Show: