From 37c6aa6639c88a05553ade822655dc1ff3430c40 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Thu, 18 Aug 2022 10:08:52 -0700 Subject: [PATCH] formula description (#1647) * update description for formula field * revert generated file changes * use markdown --- src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx | 2 +- src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings | 2 +- src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx index 3a455d25..21fd7ee7 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx @@ -5056,7 +5056,7 @@ The Query Processor estimates that implementing the following index could improv - Formula that the column uses if it is a computed column + An expression that defines the value of a computed column. [More information](https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-table-computed-column-definition-transact-sql#computed_column_expression) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings index 3f4d126b..cc825486 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.strings @@ -2348,7 +2348,7 @@ TableColumnComputedGroupTitle = Computed Column Specifications TableColumnIsComputedTitle = Is Computed TableColumnIsComputedDescription = Specifies whether the column is a computed column TableColumnComputedFormulaTitle = Formula -TableColumnComputedFormulaDescription = Formula that the column uses if it is a computed column +TableColumnComputedFormulaDescription = An expression that defines the value of a computed column. [More information](https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-table-computed-column-definition-transact-sql#computed_column_expression) TableColumnIsComputedPersistedTitle = Is Persisted TableColumnIsComputedPersistedDescription = Whether the computed column is saved with the data source TableColumnIsComputedPersistedNullableTitle = Is Persisted Nullable diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf index 69951c84..c51e3949 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf @@ -6059,8 +6059,8 @@ The Query Processor estimates that implementing the following index could improv - Formula that the column uses if it is a computed column - Formula that the column uses if it is a computed column + An expression that defines the value of a computed column. [More information](https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-table-computed-column-definition-transact-sql#computed_column_expression) + An expression that defines the value of a computed column. [More information](https://docs.microsoft.com/en-us/sql/t-sql/statements/alter-table-computed-column-definition-transact-sql#computed_column_expression)