[Table Designer] Fix columnstore wording

This commit is contained in:
Hai Cao
2022-09-23 16:44:34 -07:00
committed by GitHub
parent fca115fb91
commit 11fef3a5db
5 changed files with 43 additions and 42 deletions

View File

@@ -4880,7 +4880,7 @@ The Query Processor estimates that implementing the following index could improv
<comment></comment>
</data>
<data name="ColumnStoreIndexNamePropertyDescription" xml:space="preserve">
<value>Name of the column store index</value>
<value>Name of the columnstore index</value>
<comment></comment>
</data>
<data name="ColumnStoreIndexDescriptionPropertyTitle" xml:space="preserve">
@@ -4888,11 +4888,11 @@ The Query Processor estimates that implementing the following index could improv
<comment></comment>
</data>
<data name="ColumnStoreIndexDescriptionPropertyDescription" xml:space="preserve">
<value>Description of the column store index</value>
<value>Description of the columnstore index</value>
<comment></comment>
</data>
<data name="ColumnStoreIndexIsClusteredPropertyDescription" xml:space="preserve">
<value>Whether the column store index is clustered.</value>
<value>Whether the columnstore index is clustered.</value>
<comment></comment>
</data>
<data name="ColumnStoreIndexIsClusteredPropertyTitle" xml:space="preserve">
@@ -4900,7 +4900,7 @@ The Query Processor estimates that implementing the following index could improv
<comment></comment>
</data>
<data name="ColumnStoreIndexFilterPredicatePropertyDescription" xml:space="preserve">
<value>Filter predicate of the column store index</value>
<value>Filter predicate of the columnstore index</value>
<comment></comment>
</data>
<data name="ColumnStoreIndexFilterPredicatePropertyTitle" xml:space="preserve">
@@ -4908,7 +4908,7 @@ The Query Processor estimates that implementing the following index could improv
<comment></comment>
</data>
<data name="ColumnStoreIndexColumnsPropertyDescription" xml:space="preserve">
<value>Columns in this column store index</value>
<value>Columns in this columnstore index</value>
<comment></comment>
</data>
<data name="ColumnStoreIndexColumnsGroupTitle" xml:space="preserve">
@@ -4952,15 +4952,15 @@ The Query Processor estimates that implementing the following index could improv
<comment></comment>
</data>
<data name="TableDesignerColumnStoreIndexesTableTitle" xml:space="preserve">
<value>Column Store Indexes</value>
<value>Columnstore Indexes</value>
<comment></comment>
</data>
<data name="TableDesignerColumnStoreIndexObjectType" xml:space="preserve">
<value>Column Store Index</value>
<value>Columnstore Index</value>
<comment></comment>
</data>
<data name="AddNewColumnStoreIndexLabel" xml:space="preserve">
<value>New Column Store Index</value>
<value>New Columnstore Index</value>
<comment></comment>
</data>
<data name="TableDesignerEdgeConstraintsTabTitle" xml:space="preserve">
@@ -5301,12 +5301,12 @@ The Query Processor estimates that implementing the following index could improv
Parameters: 0 - indexName (string) </comment>
</data>
<data name="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription" xml:space="preserve">
<value>Column with name &apos;{0}&apos; has already been added to the non-clustered column store index &apos;{1}&apos;. Row number: {2}.</value>
<value>Column with name &apos;{0}&apos; has already been added to the non-clustered columnstore index &apos;{1}&apos;. Row number: {2}.</value>
<comment>.
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </comment>
</data>
<data name="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription" xml:space="preserve">
<value>Non-clustered column store index &apos;{0}&apos; does not have any columns associated with it.</value>
<value>Non-clustered columnstore index &apos;{0}&apos; does not have any columns associated with it.</value>
<comment>.
Parameters: 0 - indexName (string) </comment>
</data>