QueryExecutionResult interface  
Describes query analysis results for execution in source and target
Properties
| query | Query text retrieved from the source server | 
| source | Query analysis result from the source | 
| statements | Total no. of statements in the batch | 
| target | Query analysis result from the target | 
Property Details
		queryText
	 
	Query text retrieved from the source server
queryText?: stringProperty Value
string
		sourceResult
	 
	Query analysis result from the source
sourceResult?: ExecutionStatisticsProperty Value
		statementsInBatch
	 
	Total no. of statements in the batch
statementsInBatch?: numberProperty Value
number
		targetResult
	 
	Query analysis result from the target
targetResult?: ExecutionStatistics