AnalyticsJobBase.GetAnalysisConfiguration method
Gets the configuration settings for the current analysis.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overridable Function GetAnalysisConfiguration As Dictionary(Of String, String)
'Usage
Dim instance As AnalyticsJobBase
Dim returnValue As Dictionary(Of String, String)
returnValue = instance.GetAnalysisConfiguration()
public virtual Dictionary<string, string> GetAnalysisConfiguration()
Return value
Type: System.Collections.Generic.Dictionary<String, String>
Type: Dictionary<TKey, TValue>
The object containing the analysis job’s configuration.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | The exception that is thrown when an instance of SystemClient cannot be resolved. |
ServiceNotFoundException | The exception that is thrown when an instance of IAnalysisEngineAgent cannot be resolved. |