Condividi tramite


Proprietà Field

Gets or sets a string value that specifies the field by which to order results of a query. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property Field As String
    Get
    Set
'Utilizzo
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)

Valore proprietà

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