mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
[Table Designer] Add apis to support computed column (#1495)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user