Package element: FriendlyExpression
Name | Value |
ContainsID | True |
Description | Derived Column Friendly Expression |
EncryptionRequired | False |
ExpressionType | CPET_NOTIFY |
ID | 42 |
IdentificationString | DRC - Calculate delta value between last snapshot and current snapshot for every metric.Outputs[Derived Column Output].Columns[snapshot_clr_time].Properties[FriendlyExpression] |
Name | FriendlyExpression |
ObjectType | OT_PROPERTY |
State | PS_DEFAULT |
TypeConverter | |
UITypeEditor | |
Value | ISNULL(old_total_clr_time) ? total_clr_time : total_clr_time - old_total_clr_time |