Revert "Revert "Update to XElite (#1287)" (#1334)" (#1337)

This reverts commit 0d7a3b4168.
This commit is contained in:
Alex Ma
2021-12-17 12:33:57 -08:00
committed by GitHub
parent a6a4e6df9a
commit 196364e81e
15 changed files with 245 additions and 328 deletions

View File

@@ -5,8 +5,7 @@
using System.Linq;
using Microsoft.SqlServer.Management.XEvent;
using Microsoft.SqlTools.ServiceLayer.Connection;
using Microsoft.SqlTools.ServiceLayer.Profiler.Contracts;
using Microsoft.SqlTools.ServiceLayer.Connection.Contracts;
namespace Microsoft.SqlTools.ServiceLayer.Profiler
{
@@ -17,6 +16,8 @@ namespace Microsoft.SqlTools.ServiceLayer.Profiler
{
public Session Session { get; set; }
public ConnectionDetails ConnectionDetails { get; set; }
public int Id
{
get { return Session.ID; }