다음을 통해 공유


QueryExecutionResult interface

원본 및 대상에서 실행하기 위한 쿼리 분석 결과를 설명합니다.

속성

queryText

원본 서버에서 검색된 쿼리 텍스트

sourceResult

원본의 쿼리 분석 결과

statementsInBatch

총 번호입니다. 일괄 처리의 문

targetResult

대상의 쿼리 분석 결과

속성 세부 정보

queryText

원본 서버에서 검색된 쿼리 텍스트

queryText?: string

속성 값

string

sourceResult

원본의 쿼리 분석 결과

sourceResult?: ExecutionStatistics

속성 값

statementsInBatch

총 번호입니다. 일괄 처리의 문

statementsInBatch?: number

속성 값

number

targetResult

대상의 쿼리 분석 결과

targetResult?: ExecutionStatistics

속성 값