fixed the issue with restore task title (#454)

* fixed the issue with restore task title

* addressed cr comments
This commit is contained in:
Leila Lali
2017-09-10 18:10:37 -07:00
committed by GitHub
parent 14ec5be961
commit 69fad36198
3 changed files with 56 additions and 6 deletions

View File

@@ -77,13 +77,9 @@
</Filters>
<Properties>
<Property Name="IsSystemVersioned" ValidFor="Sql2016|Sql2017|AzureV12"/>
<Property Name="TemporalType" ValidFor="Sql2016|Sql2017|AzureV12"/>
<Property Name="TemporalType" ValidFor="Sql2016|Sql2017|AzureV12"/>
</Properties>
<Child Name="SystemTables" IsSystemObject="1"/>
<!--
<Child Name="FileTables"/>
<Child Name="ExternalTables"/>
-->
</Node>
<Node Name="Views" LocLabel="SR.SchemaHierarchy_Views" BaseClass="ModelBased" Strategy="MultipleElementsOfType" ChildQuerierTypes="SqlView" TreeNode="ViewTreeNode">