获取或设置事件类型 (命中、 唯一用户或两者) 的聚合类型。
命名空间: Microsoft.Office.Server.Search.Analytics
程序集: Microsoft.Office.Server.Search.Applications(位于 Microsoft.Office.Server.Search.Applications.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property AggregationType As EventCountType
Get
Set
用法
Dim instance As AnalyticsEventTypeDefinition
Dim value As EventCountType
value = instance.AggregationType
instance.AggregationType = value
[DataMemberAttribute]
public EventCountType AggregationType { get; set; }
属性值
类型:Microsoft.Office.Server.Search.Analytics.EventCountType
事件类型的聚合类型。
另请参阅
引用
AnalyticsEventTypeDefinition 类