mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:59:48 -05:00
Exclude isLedger property check for Azure DBs for improving OE nodes expansion perf (#1798)
This commit is contained in:
@@ -213,6 +213,11 @@ namespace Microsoft.SqlTools.ServiceLayer.ObjectExplorer.SmoModel
|
||||
Name = "Status",
|
||||
ValidFor = ValidForFlag.All
|
||||
});
|
||||
properties.Add(new NodeSmoProperty
|
||||
{
|
||||
Name = "IsLedger",
|
||||
ValidFor = ValidForFlag.AllOnPrem
|
||||
});
|
||||
return properties;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user