SearchServiceApplicationProxy.GetResultSourceById - Méthode
À usage interne uniquement.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetResultSourceById ( _
sourceId As Guid, _
owner As SearchObjectOwner _
) As SourceRecord
'Utilisation
Dim instance As SearchServiceApplicationProxy
Dim sourceId As Guid
Dim owner As SearchObjectOwner
Dim returnValue As SourceRecord
returnValue = instance.GetResultSourceById(sourceId, _
owner)
public SourceRecord GetResultSourceById(
Guid sourceId,
SearchObjectOwner owner
)
Paramètres
- sourceId
Type : System.Guid
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.Query.SourceRecord
Implémentations
IQuerypipelineManager.GetResultSourceById(Guid, SearchObjectOwner)
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms