Partilhar via


Propriedade do RDL OrderBy.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.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property Field As String 
    Get 
    Set
'Uso
Dim instance As OrderBy 
Dim value As String 

value = instance.Field

instance.Field = value
public string Field { get; set; }
public:
property String^ Field {
    String^ get ();
    void set (String^ value);
}
member Field : string with get, set
function get Field () : String 
function set Field (value : String)

Valor da propriedade

Tipo: System.String
A string value that specifies the field by which to order results of a query.

Consulte também

Referência

OrderBy Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc