mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-06-19 10:05:07 -04:00
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:
@@ -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 ======================================================
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user