Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Displays how items in a list are sorted.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SortOrder
'Usage
Dim instance As SortOrder
[SerializableAttribute]
public enum SortOrder
[SerializableAttribute]
public enum class SortOrder
[<SerializableAttribute>]
type SortOrder
public enum SortOrder
Members
| Member name | Description | |
|---|---|---|
| Ascending | The items are sorted in ascending order. | |
| Descending | The items are sorted in descending order. | |
| NotSpecified | The sorting of items are not specified. |