mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
@@ -28,6 +28,11 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
ServiceProvider = serviceProvider;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The server type
|
||||
/// </summary>
|
||||
public SqlServerType SqlServerType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The server SMO will query against
|
||||
/// </summary>
|
||||
@@ -94,7 +99,8 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
SmoQueryContext context = new SmoQueryContext(this.Server, this.ServiceProvider)
|
||||
{
|
||||
Database = this.Database,
|
||||
Parent = parent
|
||||
Parent = parent,
|
||||
SqlServerType = this.SqlServerType
|
||||
};
|
||||
return context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user