SearchServiceApplication.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 SearchServiceApplication
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é.
Valeur renvoyée
Type : System.String
La description de la définition d'emplacement fédéré.
Implémentations
ISearchSiteAdministrationServiceApplication.GetLocationDescription(Int32)
Remarques
La valeur du paramètre id ne doit pas être null .
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms