SortOrder Enumeration
The SortOrder enumeration contains values that specify how objects are sorted in an enumerated list.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
Public Enumeration SortOrder
public enum SortOrder
public enum class SortOrder
public enum SortOrder
public enum SortOrder
Members
Member name | Description |
---|---|
Name | Objects are sorted by name. |
Schema | Objects are sorted by schema. |
Type | Objects are sorted by object type. |
Urn | Objects are sorted by their URN values. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.