mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-24 01:25:37 -05: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