aaSummaryOperationSelect
- Last UpdatedMar 18, 2021
- 1 minute read
Selects a summary operation.
Syntax
aaSummaryOperationSelect EventTagName, CalcType, Duration, Resolution, TimeStamp
Arguments
EventTagName
The name of the event tag with which the summary operation is associated. This value is of data type nvarchar(256), with a default of NULL.
The remaining arguments are the same as for the aaSummaryOperationInsert stored procedure. However, all of the arguments have a default of NULL.
Remarks
The arguments of this stored procedure are used in three ways: (1) if no arguments are specified, all summary operations will be returned; (2) if the EventTagName argument is specified, all summary operations for that event tag will be returned; (3) if all arguments are specified, only the summary operation that matches the criteria will be returned.
Permission
Execute permission defaults to the public group.