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. |