SortOrder 열거형
The SortOrder enumeration contains values that specify how objects are sorted in an enumerated list.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Enumeration SortOrder
‘사용 방법
Dim instance As SortOrder
public enum SortOrder
public enum class SortOrder
type SortOrder
public enum SortOrder
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |