Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the sort order.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration SortOrder
[SerializableAttribute]
public enum SortOrder
[SerializableAttribute]
public enum class SortOrder
[<SerializableAttribute>]
type SortOrder
public enum SortOrder
Members
Member name | Description | |
---|---|---|
NotSpecified | Order is NotSpecified | |
Ascending | Order is Ascending | |
Descending | Order is Descending |