Propriété Field
Gets or sets a string value that specifies the field by which to order results of a query. Ne référencez pas directement 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.