QueryExecutionResult interface

Describes query analysis results for execution in source and target

Properties

queryText

Query text retrieved from the source server

sourceResult

Query analysis result from the source

statementsInBatch

Total no. of statements in the batch

targetResult

Query analysis result from the target

Property Details

queryText

Query text retrieved from the source server

queryText?: string

Property Value

string

sourceResult

Query analysis result from the source

sourceResult?: ExecutionStatistics

Property Value

statementsInBatch

Total no. of statements in the batch

statementsInBatch?: number

Property Value

number

targetResult

Query analysis result from the target

targetResult?: ExecutionStatistics

Property Value