Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.