Edit

SMS_CollectionEvaluationFull server WMI class

Starting in version 2010, the SMS_CollectionEvaluationFull WMI class is an SMS Provider server class in Configuration Manager. It represents a collection of resources related logically by rules along with collection information.

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

Syntax

Class SMS_CollectionEvaluationFull : SMS_BaseClass
{
    string CollectionID;
    string CollectionName;
    uint32 Length;
    uint32 MemberChanges;
    datetime MemberChangeTime;
    datetime LastRefreshTime;
    datetime NextRefreshTime;
};

Properties

CollectionID

Data type: String

Access type: Read-only

Qualifiers: [key, read]

The unique autogenerated ID for this collection that contains eight characters.

The format of the collection ID is the site code that created the collection followed by a five-digit hexadecimal serial number, for example, JAX0002C. The default Configuration Manager collections use the prefix SMS, for example, SMS00001.

CollectionName

Data type: String

Access type: Read-only

Qualifiers: [key, read]

The name of the collection. This value represents the collection in the Configuration Manager console and should be unique.

Length

Data type: Uint32

Access type: Read-only

Qualifiers: [read]

The time cost of the evaluation in milliseconds.

MemberChanges

Data type: Uint32

Access type: Read-only

Qualifiers: [read]

The collection member changes during the evaluation.

MemberChangeTime

Data type: Datetime

Access type: Read-only

Qualifiers: [read]

Last member change time of the collection.

LastRefreshTime

Data type: Datetime

Access type: Read-only

Qualifiers: [read]

Last evaluation completion time of the collection.

NextRefreshTime

Data type: Datetime

Access type: Read-only

Qualifiers: [read]

Next evaluation time of the collection.

Remarks

This class is read-only

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

SMS_Collection server WMI class

SMS_CollectionEvaluationIncremental server WMI class

SMS_CollectionInfoInFullEvaluationQueue server WMI class

SMS_CollectionInfoInManualEvaluationQueue server WMI class

SMS_CollectionInfoInNewEvaluationQueue server WMI class

SMS_CollectionInfoInIncrementalEvaluationQueue server WMI class