Classe OrderBy
Indicates the member by which to order results of a query and the direction, ascending or descending. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..OrderBy
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class OrderBy
'Uso
Dim instance As OrderBy
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class OrderBy
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class OrderBy
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type OrderBy = class end
public class OrderBy
O tipo OrderBy expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
OrderBy() () () () | Intializes a new instance of the OrderBy object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
OrderBy(String, OrderBy. . :: . .Direction) | Intializes a new instance of the OrderBy object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Dir | Gets or sets a OrderBy..::..Direction object that indicates the direction, ascending or descending order of results. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. | |
Field | Gets or sets a string value that specifies the field by which to order results of a query. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.