Subject | English | Chinese simplified |
comp., MS | aggregate event | 聚合事件 (A type of event that is generated after a series of events of another type have occurred. An aggregate event is used to represent a series of events to avoid flooding the event consumer) |
comp., MS | aggregate function | 聚合函数 (A function that performs a calculation on multiple values and returns a single value) |
comp., MS | aggregate query | 聚合查询 (A query (SQL statement) that summarizes information from multiple rows by including an aggregate function such as Sum or Avg) |
comp., MS | row aggregate function | 行聚合函数 (A function that generates summary values, which appear as additional rows in the query results) |
comp., MS | user-defined aggregate function | 用户定义聚合函数 (An aggregate function created against a SQL Server assembly whose implementation is defined in an assembly created in the .NET Frameworks common language runtime) |