SearchServiceApplication.GetResultSourceById - Méthode
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 SearchServiceApplication
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
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms