PerformanceDataQuery.SortOrder Enumeration

System Center

Defines the valid sorting types for performance data query results.

 public enum PerformanceDataQuery.SortOrder

Remarks

ValueNameDescription
1Ascending

The items are sorted in ascending order.

-1Descending

The items are sorted in descending order.

PerformanceDataQuery methods that do not accept sorting parameters will use PerformanceDataQuery.SortOrder.Descending and PerformanceDataQuery.SortColumn.Time as their defaults.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires Microsoft Operations Manager 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom

Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)

Show: