SortOrder 열거형

Displays how items in a list are sorted.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
<SerializableAttribute> _
Public Enumeration SortOrder
‘사용 방법
Dim instance As SortOrder
[SerializableAttribute]
public enum SortOrder
[SerializableAttribute]
public enum class SortOrder
[<SerializableAttribute>]
type SortOrder
public enum SortOrder

멤버

멤버 이름 설명
Ascending The items are sorted in ascending order.
Descending The items are sorted in descending order.
NotSpecified The sorting of items are not specified.

참고 항목

참조

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스