Partager via


Propriété OrderBy.Field

Gets or sets a string value that specifies the field by which to order results of a query. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property Field As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

OrderBy Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc