formula description (#1647)

* update description for formula field

* revert generated file changes

* use markdown
This commit is contained in:
Alan Ren
2022-08-18 10:08:52 -07:00
committed by GitHub
parent be649e6d65
commit 37c6aa6639
3 changed files with 4 additions and 4 deletions

View File

@@ -5056,7 +5056,7 @@ The Query Processor estimates that implementing the following index could improv
<comment></comment> <comment></comment>
</data> </data>
<data name="TableColumnComputedFormulaDescription" xml:space="preserve"> <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> <comment></comment>
</data> </data>
<data name="TableColumnIsComputedPersistedTitle" xml:space="preserve"> <data name="TableColumnIsComputedPersistedTitle" xml:space="preserve">

View File

@@ -2348,7 +2348,7 @@ TableColumnComputedGroupTitle = Computed Column Specifications
TableColumnIsComputedTitle = Is Computed TableColumnIsComputedTitle = Is Computed
TableColumnIsComputedDescription = Specifies whether the column is a computed column TableColumnIsComputedDescription = Specifies whether the column is a computed column
TableColumnComputedFormulaTitle = Formula 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 TableColumnIsComputedPersistedTitle = Is Persisted
TableColumnIsComputedPersistedDescription = Whether the computed column is saved with the data source TableColumnIsComputedPersistedDescription = Whether the computed column is saved with the data source
TableColumnIsComputedPersistedNullableTitle = Is Persisted Nullable TableColumnIsComputedPersistedNullableTitle = Is Persisted Nullable

View File

@@ -6059,8 +6059,8 @@ The Query Processor estimates that implementing the following index could improv
<note></note> <note></note>
</trans-unit> </trans-unit>
<trans-unit id="TableColumnComputedFormulaDescription"> <trans-unit id="TableColumnComputedFormulaDescription">
<source>Formula that the column uses if it is a computed column</source> <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">Formula that the column uses if it is a computed column</target> <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> <note></note>
</trans-unit> </trans-unit>
<trans-unit id="TableColumnComputedFormulaTitle"> <trans-unit id="TableColumnComputedFormulaTitle">