Compartir a través de


OrderBy.Field Propiedad

Gets or sets a string value that specifies the field by which to order results of a query. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

OrderBy Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc