SearchServiceApplicationProxy.AddDisplayGroup - Méthode
Ajoute un groupe d'affichage de recherche étendue pour un consommateur d'étendues de recherche. S’applique à : Microsoft SharePoint Server 2010 Search
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function AddDisplayGroup ( _
displayGroupInfo As DisplayGroupInfo, _
<OutAttribute> ByRef statusCode As Integer _
) As Integer
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim displayGroupInfo As DisplayGroupInfo
Dim statusCode As Integer
Dim returnValue As Integer
returnValue = instance.AddDisplayGroup(displayGroupInfo, _
statusCode)
public int AddDisplayGroup(
DisplayGroupInfo displayGroupInfo,
out int statusCode
)
Paramètres
displayGroupInfo
Type : Microsoft.Office.Server.Search.Administration.DisplayGroupInfoInformations sur le groupe d'affichage de recherche étendue.
statusCode
Type : System.Int32Informations sur le groupe d'affichage de recherche étendue.
Valeur renvoyée
Type : System.Int32
Le résultat de l'exécution.
Implémentations
ISearchSiteAdministrationServiceApplication.AddDisplayGroup(DisplayGroupInfo, Int32)
Exceptions
Exception | Condition |
---|---|
TimeoutException | Le délai d'expiration pour une opération a expiré. |
EndpointNotFoundException | Le point de terminaison distant n'a pas pu est introuvable ou inaccessible. |
Exception | Une erreur, par exemple un SearchServiceApplicationFault, s'est produite pendant l'exécution de l'application. |
Remarques
Cette méthode renvoie l'ID de l'étendue de recherche affichent groupe si l'exécution a réussi ; dans le cas contraire, cette méthode renvoie -1.
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms