AnalyticsEventTypeDefinition.AggregationType property
Obtém ou define o tipo de agregação (acertos, usuários exclusivos ou ambos) para um tipo de evento.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property AggregationType As EventCountType
Get
Set
'Uso
Dim instance As AnalyticsEventTypeDefinition
Dim value As EventCountType
value = instance.AggregationType
instance.AggregationType = value
[DataMemberAttribute]
public EventCountType AggregationType { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Analytics.EventCountType
Tipo de agregação para um tipo de evento.
Ver também
Referência
AnalyticsEventTypeDefinition class