Share via


SMS_TaskSequencePackageReference_All Server WMI Class

 

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

The SMS_TaskSequencePackageReference_All Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that allows the retrieval of all task sequence package or application references (including those that do not contain any content files).

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

Syntax

Class SMS_TaskSequencePackageReference_All : SMS_BaseClass
{
    String ObjectID;
    String PackageID;
    String RefPackageID;
};

Methods

The SMS_TaskSequencePackageReference_All class does not define any methods.

Properties

  • ObjectID
    Data type: String

    Access type: Read

    Qualifiers: [key]

    If the Task Sequence reference is to a legacy package, this property is the package identifier of the legacy package. If the Task Sequence reference is to an application, this property is the package identifier of the application.

  • PackageID
    Data type: String

    Access type: Read

    Qualifiers: [key]

    Package identifier of the task sequence for which the user requests package or application references.

  • RefPackageID
    Data type: String

    Access type: Read

    Qualifiers: none

    If the Task Sequence reference is to a legacy package, this property is the package identifier of the legacy package. If the Task Sequence reference is to an application, this property is the package identifier of the application.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.