The SMS_TaskSequenceReferencesInfo Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that associates a task sequence with its package.

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

Class SMS_TaskSequenceReferencesInfo : SMS_BaseClass
{
	String PackageID;
	String ProgramName;
	String ReferenceDescription;
	String ReferenceName;
	String ReferencePackageID;
	UInt32 ReferencePackageType;
	String ReferenceProgramName;
	String ReferenceVersion;
};

Methods

The SMS_TaskSequenceReferencesInfo class does not define any methods.

Properties

PackageID

Data type: StringAccess type: Read/WriteQualifiers: [key]ID of the task sequence package.
ProgramName

Data type: StringAccess type: Read/WriteQualifiers: [key]Name of the program associated with the task sequence.
ReferenceDescription

Data type: StringAccess type: Read/WriteQualifiers: NoneThe long description of the reference package.
ReferenceName

Data type: StringAccess type: Read/WriteQualifiers: NoneThe name of the reference package.
ReferencePackageID

Data type: StringAccess type: Read/WriteQualifiers: NoneID of the reference package.
ReferencePackageType

Data type: UInt32Access type: Read/WriteQualifiers: NoneThe type of the reference package. Possible values are:

0 (0x0000)

PKG_TYPE_REGULAR

3 (0x0003)

PKG_TYPE_DRIVER

4 (0x0004)

PKG_TYPE_TASK_SEQUENCE

5 (0x0005)

PKG_TYPE_SWUPDATES

257 (0x0101)

PKG_TYPE_IMAGE

258 0x0102)

PKG_TYPE_BOOTIMAGE

259 (0x0101)

PKG_TYPE_OSINSTALLIMAGE

ReferenceProgramName

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the reference program for the task sequence.
ReferenceVersion

Data type: StringAccess type: Read/WriteQualifiers: NoneThe version of the reference package.

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