QueryLogPageImpressionBlockFeatures.QueryHash method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<FeatureFunctionAttribute(, "QueryHash")> _
Public Shared Function QueryHash ( _
data As QueryLogPageImpressionBlock _
) As Integer
'Uso
Dim data As QueryLogPageImpressionBlock
Dim returnValue As Integer
returnValue = QueryLogPageImpressionBlockFeatures.QueryHash(data)
[FeatureFunctionAttribute(, "QueryHash")]
public static int QueryHash(
QueryLogPageImpressionBlock data
)
Parâmetros
Valor retornado
Type: System.Int32
Ver também
Referência
QueryLogPageImpressionBlockFeatures class