SearchServiceApplication.UpdateResultSourceActiveValue method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function UpdateResultSourceActiveValue ( _
sourceId As Guid, _
owner As SearchObjectOwner, _
active As Boolean _
) As Nullable(Of DateTime)
'Uso
Dim instance As SearchServiceApplication
Dim sourceId As Guid
Dim owner As SearchObjectOwner
Dim active As Boolean
Dim returnValue As Nullable(Of DateTime)
returnValue = instance.UpdateResultSourceActiveValue(sourceId, _
owner, active)
public Nullable<DateTime> UpdateResultSourceActiveValue(
Guid sourceId,
SearchObjectOwner owner,
bool active
)
Parâmetros
- sourceId
Type: System.Guid
- active
Type: System.Boolean
Valor retornado
Type: System.Nullable<DateTime>
Implements
IQuerypipelineManager.UpdateResultSourceActiveValue(Guid, SearchObjectOwner, Boolean)
Ver também
Referência
SearchServiceApplication class