mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-24 09:35:39 -05:00
Adding ExecutionPlanService to ADS (#1422)
* Adding ExecutionPlanService to ADS * Changing name to execution plan service * Renaming file * Fixing some PR comments * Renaming class * Changing api name to queryexecutionplan
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Microsoft.SqlTools.ServiceLayer.ShowPlan
|
||||
{
|
||||
Root = ConvertShowPlanTreeToExecutionPlanTree(g.Root),
|
||||
Query = g.Statement,
|
||||
GraphFile = new ExecutionPlanGraphFile
|
||||
GraphFile = new ExecutionPlanGraphInfo
|
||||
{
|
||||
GraphFileContent = xml,
|
||||
GraphFileType = "xml"
|
||||
|
||||
Reference in New Issue
Block a user