Share via


SMS_TaskSequenceReferenceDps Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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.

Syntax

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: 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.

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

Operating System Deployment Server WMI Classes