ComputerQuery.SortColumn Enumeration
System Center
Defines the column names that can be used as keys for sorting computer query results.
public enum ComputerQuery.SortColumn
Remarks
| Value | Name |
|---|---|
| 1 | Id |
| 2 | Name |
| 3 | FullyQualifiedDomainName |
| 4 | State |
| 5 | Description |
| 6 | CustomData1 |
| 7 | CustomData2 |
| 8 | Type |
| 9 | Domain |
| 10 | DnsName |
| 11 | TimeLastContacted |
| 12 | IsAgent |
| 13 | IsInMaintenanceMode |
| 14 | MaintenanceOutTime |
| 15 | MaintenanceReason |
| 16 | MaintenanceUser |
| 17 | OpenAlertCount |
ComputerQuery methods that do not accept sorting parameters will use ComputerQuery.SortOrder.Descending and ComputerQuery.SortColumn.Name 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: