Subject | English | Chinese Taiwan |
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) |