Freigeben über


SearchServiceApplicationProxy.GetProperties-Methode

Ruft eine Liste von Informationen zu den Eigenschaften einer Abfrage Suche .

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetProperties ( _
    properties As QueryProperties _
) As PropertyInformation()
'Usage
Dim instance As SearchServiceApplicationProxy
Dim properties As QueryProperties
Dim returnValue As PropertyInformation()

returnValue = instance.GetProperties(properties)
public PropertyInformation[] GetProperties(
    QueryProperties properties
)

Parameter

Rückgabewert

Typ: []
Eine Liste mit Informationen zu den Abfrageeigenschaften.

Ausnahmen

Ausnahme Bedingung
Exception

Ein Fehler, wie z. B. ein SearchServiceApplicationFault, während der Anwendungsausführung aufgetreten ist.

Hinweise

Diese Methode ruft eine Liste mit Informationen zu den Eigenschaften in einer Abfrage Suche .

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace