Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the Search Reports analysis. Class inherits from AnalyticsJobBase. An instance of AnalyticsJobDefinition will try to run an instance of SearchReportsJob, based on a configured schedule.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.Office.Server.Search.Analytics.AnalyticsJobBase
Microsoft.Office.Server.Search.Analytics.SearchAnalyticsJobBase
Microsoft.Office.Server.Search.Analytics.SearchReportsJob
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public NotInheritable Class SearchReportsJob _
Inherits SearchAnalyticsJobBase
'Usage
Dim instance As SearchReportsJob
public sealed class SearchReportsJob : SearchAnalyticsJobBase
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.