Table of Contents

Class ExecutionPlanReady

Namespace
ItTiger.TigerQuery.Events
Assembly
ItTiger.TigerQuery.dll
Describes a successfully prepared script immediately before connection opening and SQL execution.
public sealed class ExecutionPlanReady
Inheritance
ExecutionPlanReady
Inherited Members

Remarks

This is a count-only notification. The prepared plan is internal, belongs to one run, and cannot be inspected, retained, or executed through the public API.

Properties

LogicalBatchCount

Gets the number of logical batches produced by the parser.
public int LogicalBatchCount { get; init; }

Property Value

int

TotalExecutionCount

Gets the total number of scheduled batch executions, including positive GO n repeat counts.
public long TotalExecutionCount { get; init; }

Property Value

long

Remarks

Logical batches with zero or negative repeat counts contribute zero to this total. The value does not estimate work within a SQL batch.