Énumération SortOrder
The SortOrder enumeration contains values that specify how objects are sorted in an enumerated list.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Enumeration SortOrder
'Utilisation
Dim instance As SortOrder
public enum SortOrder
public enum class SortOrder
type SortOrder
public enum SortOrder
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |