Compartilhar via


SearchServiceApplication.IsAnyResultItemTypeChanged method

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
Public Function IsAnyResultItemTypeChanged ( _
    since As DateTime, _
    <OutAttribute> ByRef nextModifiedSince As DateTime _
) As Boolean
'Uso
Dim instance As SearchServiceApplication
Dim since As DateTime
Dim nextModifiedSince As DateTime
Dim returnValue As Boolean

returnValue = instance.IsAnyResultItemTypeChanged(since, _
    nextModifiedSince)
public bool IsAnyResultItemTypeChanged(
    DateTime since,
    out DateTime nextModifiedSince
)

Parâmetros

Valor retornado

Type: System.Boolean

Ver também

Referência

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace