SearchServiceApplicationProxy.LogEvaluationRun method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function LogEvaluationRun ( _
searchObjectOwner As SearchObjectOwner, _
ModelId As Guid, _
QuerySetId As Integer, _
MetricType As DisplayMetrics, _
Value As Double _
) As Integer
'Uso
Dim instance As SearchServiceApplicationProxy
Dim searchObjectOwner As SearchObjectOwner
Dim ModelId As Guid
Dim QuerySetId As Integer
Dim MetricType As DisplayMetrics
Dim Value As Double
Dim returnValue As Integer
returnValue = instance.LogEvaluationRun(searchObjectOwner, _
ModelId, QuerySetId, MetricType, _
Value)
public int LogEvaluationRun(
SearchObjectOwner searchObjectOwner,
Guid ModelId,
int QuerySetId,
DisplayMetrics MetricType,
double Value
)
Parâmetros
- searchObjectOwner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- ModelId
Type: System.Guid
- QuerySetId
Type: System.Int32
- MetricType
Type: DisplayMetrics
- Value
Type: System.Double
Valor retornado
Type: System.Int32
Ver também
Referência
SearchServiceApplicationProxy class