SMS_TaskSequenceReferenceDps 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_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/Write
Qualifiers: None
A hash of package content.
PackageID
Data type: StringAccess type: Read/Write
Qualifiers: None
The ID of the package associated with the task sequence.
ServerNALPath
Data type: StringAccess type: Read/Write
Qualifiers: None
The server network abstraction layer (NAL) path to the package at a particular distribution point.
SiteCode
Data type: StringAccess type: Read/Write
Qualifiers: None
The site code for the distribution point.
SourceVersion
Data type: UInt32Access type: Read/Write
Qualifiers: None
The version of the package source.
TaskSequenceID
Data type: StringAccess type: Read/Write
Qualifiers: [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
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Operating System Deployment Server WMI Classes
Configuration Manager Operating System Deployment
About Operating System Deployment Task Sequences