Skip to content

Commit

Permalink
formula description (#1647)
Browse files Browse the repository at this point in the history
* update description for formula field

* revert generated file changes

* use markdown
  • Loading branch information
alanrenmsft committed Aug 18, 2022
1 parent be649e6 commit 37c6aa6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Microsoft.SqlTools.ServiceLayer/Localization/sr.resx
Expand Up @@ -5056,7 +5056,7 @@ The Query Processor estimates that implementing the following index could improv
<comment></comment>
</data>
<data name="TableColumnComputedFormulaDescription" xml:space="preserve">
<value>Formula that the column uses if it is a computed column</value>
<value>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)</value>
<comment></comment>
</data>
<data name="TableColumnIsComputedPersistedTitle" xml:space="preserve">
Expand Down
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.SqlTools.ServiceLayer/Localization/sr.xlf
Expand Up @@ -6059,8 +6059,8 @@ The Query Processor estimates that implementing the following index could improv
<note></note>
</trans-unit>
<trans-unit id="TableColumnComputedFormulaDescription">
<source>Formula that the column uses if it is a computed column</source>
<target state="new">Formula that the column uses if it is a computed column</target>
<source>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)</source>
<target state="new">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)</target>
<note></note>
</trans-unit>
<trans-unit id="TableColumnComputedFormulaTitle">
Expand Down

0 comments on commit 37c6aa6

Please sign in to comment.