mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 09:59:48 -05:00
using the new smo method to initialize the smo collections (#367)
* using the new smo method to initialize the smo collections
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
<Node Name="SqlErrorMessage" Type="UserDefinedMessage" Parent="Server" />
|
||||
|
||||
<Node Name="SqlTable" Parent="Database" />
|
||||
<Node Name="SqlTable" Parent="Database" Properties="IsSystemVersioned" />
|
||||
<Node Name="SqlHistoryTable" Type="Table" Parent="Table" >
|
||||
<NavigationPath Parent="Table" Type="Table" Field="Parent.Tables" FieldForUrn="Parent" />
|
||||
</Node>
|
||||
|
||||
Reference in New Issue
Block a user