Adds functionality to open execution plans from DB tables and DMVs. (#20377)

* Adds functionality to open execution plans from DB tables and DMVs.

* Code review changes

* Renames method to getProviderFromUri
This commit is contained in:
Lewis Sanchez
2022-08-17 19:24:23 -07:00
committed by GitHub
parent 2a94ce3afb
commit 7de5ee0427
14 changed files with 177 additions and 21 deletions

View File

@@ -128,6 +128,10 @@ export default class QueryRunner extends Disposable {
return this._messages.slice(0);
}
public getProviderId(): string {
return this.queryManagementService.getProviderIdFromUri(this.uri);
}
// PUBLIC METHODS ======================================================
/**