mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Add 'LedgerViewType' as supported property for SQL 2022 and Azure DBs (#1801)
This commit is contained in:
@@ -106,6 +106,9 @@
|
||||
<Filter Property="IsSystemObject" Value="0" Type="bool" />
|
||||
<Filter Property="IsDroppedLedgerView" Value="0" Type="bool" ValidFor="Sql2022|AzureV12"/>
|
||||
</Filters>
|
||||
<Properties>
|
||||
<Property Name="LedgerViewType" ValidFor="Sql2022|AzureV12"/>
|
||||
</Properties>
|
||||
<Child Name="SystemViews" IsSystemObject="1"/>
|
||||
<Child Name="DroppedLedgerViews"/>
|
||||
</Node>
|
||||
|
||||
Reference in New Issue
Block a user