"SortByProperties"-Element in "Microsoft.Search.Query"-Schema
Letzte Änderung: Mittwoch, 15. September 2010
Gilt für: SharePoint Server 2010
Inhalt dieses Artikels
Attribute
Untergeordnete Elemente
Übergeordnete Elemente
Elementinformationen
<SortByProperties>
<SortByProperty name=managedProperty direction={Ascending|Descending}>
</SortByProperty>
</SortByProperties>
Attribute
Keine
Untergeordnete Elemente
Übergeordnete Elemente
Beispiel
Im Anschluss finden Sie ein Beispiel des SortByProperties-Elements in einer Microsoft.Search.Query-Anforderung.
<SortByProperties>
<SortByProperty name="author" direction="Ascending"></SortByProperty>
<SortByProperty name="topic" direction="Ascending"></SortByProperty>
</SortByProperties>
Hinweise
Wenn keine verwalteten Eigenschaften zum Sortieren der Ergebnisse angegeben sind, werden die Ergebnisse standardmäßig nach dem Rank sortiert.
Elementinformationen
Schemaname: Microsoft.Search.Query
Gilt für: QueryService.Query-Methode (Microsoft.Search.Response.Dokument), QueryService.QueryEx-Methode (Dataset)
Optional: Ja