AlertQuery.SortColumn Enumeration

System Center

Defines the column names that can be used as keys for sorting alert query results.

 public enum AlertQuery.SortColumn

Remarks

ValueName
1OwnerName
2Name
5Source
6Severity
7ResolutionState
15TimeRaised
16ComputerName

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

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom

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

Show: