SearchServiceApplication.IsAnyResultItemTypeChanged - 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 IsAnyResultItemTypeChanged ( _
since As DateTime, _
<OutAttribute> ByRef nextModifiedSince As DateTime _
) As Boolean
'Utilisation
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
)
Paramètres
- since
Type : System.DateTime
- nextModifiedSince
Type : System.DateTime
Valeur renvoyée
Type : System.Boolean
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms