SortOrder 列舉
The SortOrder enumeration contains values that specify how objects are sorted in an enumerated list.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
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. |