SearchServiceApplicationProxy.GetLocationDescription - Méthode
Récupère la description de l'emplacement fédéré.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetLocationDescription ( _
id As Integer _
) As String
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim id As Integer
Dim returnValue As String
returnValue = instance.GetLocationDescription(id)
public string GetLocationDescription(
int id
)
Paramètres
id
Type : System.Int32ID de l'emplacement fédéré dont la description sera récupérée.
Valeur renvoyée
Type : System.String
La description de la définition d'emplacement fédéré.
Implémentations
ISearchSiteAdministrationServiceApplication.GetLocationDescription(Int32)
Exceptions
Exception | Condition |
---|---|
Exception | Une erreur, par exemple un SearchServiceApplicationFault, s'est produite pendant l'exécution de l'application. |
Remarques
La valeur du paramètre id ne doit pas être null .
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms