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;
};

Methods

The SMS_TaskSequenceReferenceDps class does not define any methods.

Properties

Hash

Data type: StringAccess type: Read/WriteQualifiers: NoneA hash of package content.
PackageID

Data type: StringAccess type: Read/WriteQualifiers: NoneThe ID of the package associated with the task sequence.
ServerNALPath

Data type: StringAccess type: Read/WriteQualifiers: NoneThe server network abstraction layer (NAL) path to the package at a particular distribution point.
SiteCode

Data type: StringAccess type: Read/WriteQualifiers: NoneThe site code for the distribution point.
SourceVersion

Data type: UInt32Access type: Read/WriteQualifiers: NoneThe version of the package source.
TaskSequenceID

Data type: StringAccess type: Read/WriteQualifiers: [key]The ID for the task sequence.

Remarks

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.

Requirements

Runtime Requirements

Development Requirements

See Also