[Table Designer] Add apis to support computed column (#1495)

This commit is contained in:
Hai Cao
2022-05-23 15:41:07 -07:00
committed by GitHub
parent 62d3cdc99a
commit bc1b60fa87
7 changed files with 266 additions and 1 deletions

View File

@@ -4947,4 +4947,40 @@ The Query Processor estimates that implementing the following index could improv
<value>New Clause</value>
<comment></comment>
</data>
<data name="TableColumnComputedGroupTitle" xml:space="preserve">
<value>Computed Column Specifications</value>
<comment></comment>
</data>
<data name="TableColumnIsComputedTitle" xml:space="preserve">
<value>Is Computed</value>
<comment></comment>
</data>
<data name="TableColumnIsComputedDescription" xml:space="preserve">
<value>Specifies whether the column is a computed column</value>
<comment></comment>
</data>
<data name="TableColumnComputedFormulaTitle" xml:space="preserve">
<value>Formula</value>
<comment></comment>
</data>
<data name="TableColumnComputedFormulaDescription" xml:space="preserve">
<value>Formula that the column uses if it is a computed column</value>
<comment></comment>
</data>
<data name="TableColumnIsComputedPersistedTitle" xml:space="preserve">
<value>Is Persisted</value>
<comment></comment>
</data>
<data name="TableColumnIsComputedPersistedDescription" xml:space="preserve">
<value>Whether the computed column is saved with the data source</value>
<comment></comment>
</data>
<data name="TableColumnIsComputedPersistedNullableTitle" xml:space="preserve">
<value>Is Persisted Nullable</value>
<comment></comment>
</data>
<data name="TableColumnIsComputedPersistedNullableDescription" xml:space="preserve">
<value>Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)</value>
<comment></comment>
</data>
</root>