mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-18 01:25:41 -05:00
Dropped Ledger Tables Folder (#1625)
* support and testing for Dropped Ledger Table folder * appending DroppedLedgerTables nodetype * fixing unit tests * undoing string.Empty
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// WARNING:
|
||||
// This file was generated by the Microsoft DataWarehouse String Resource Tool 5.0.0.0
|
||||
// This file was generated by the Microsoft DataWarehouse String Resource Tool 4.0.0.0
|
||||
// from information in sr.strings
|
||||
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
||||
//
|
||||
@@ -2045,6 +2045,14 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
}
|
||||
}
|
||||
|
||||
public static string SchemaHierarchy_DroppedLedgerTables
|
||||
{
|
||||
get
|
||||
{
|
||||
return Keys.GetString(Keys.SchemaHierarchy_DroppedLedgerTables);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SchemaHierarchy_AlwaysEncryptedKeys
|
||||
{
|
||||
get
|
||||
@@ -10645,6 +10653,9 @@ namespace Microsoft.SqlTools.ServiceLayer
|
||||
public const string SchemaHierarchy_ExternalTables = "SchemaHierarchy_ExternalTables";
|
||||
|
||||
|
||||
public const string SchemaHierarchy_DroppedLedgerTables = "SchemaHierarchy_DroppedLedgerTables";
|
||||
|
||||
|
||||
public const string SchemaHierarchy_AlwaysEncryptedKeys = "SchemaHierarchy_AlwaysEncryptedKeys";
|
||||
|
||||
|
||||
|
||||
@@ -1280,6 +1280,10 @@
|
||||
<value>External Tables</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="SchemaHierarchy_DroppedLedgerTables" xml:space="preserve">
|
||||
<value>Dropped Ledger Tables</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
<data name="SchemaHierarchy_AlwaysEncryptedKeys" xml:space="preserve">
|
||||
<value>Always Encrypted Keys</value>
|
||||
<comment></comment>
|
||||
|
||||
@@ -630,6 +630,8 @@ SchemaHierarchy_ExternalResources = External Resources
|
||||
|
||||
SchemaHierarchy_ExternalTables = External Tables
|
||||
|
||||
SchemaHierarchy_DroppedLedgerTables = Dropped Ledger Tables
|
||||
|
||||
SchemaHierarchy_AlwaysEncryptedKeys = Always Encrypted Keys
|
||||
|
||||
SchemaHierarchy_ColumnMasterKeys = Column Master Keys
|
||||
|
||||
@@ -6321,6 +6321,11 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Ledger</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaHierarchy_DroppedLedgerTables">
|
||||
<source>Dropped Ledger Tables</source>
|
||||
<target state="new">Dropped Ledger Tables</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user