mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 01:25:44 -05:00
[Table Designer] Add apis to support computed column (#1495)
This commit is contained in:
@@ -6023,6 +6023,51 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="new">Parallel Execution</target>
|
||||
<note>tooltip text for node parallelism overlay</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnComputedGroupTitle">
|
||||
<source>Computed Column Specifications</source>
|
||||
<target state="new">Computed Column Specifications</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedTitle">
|
||||
<source>Is Computed</source>
|
||||
<target state="new">Is Computed</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedDescription">
|
||||
<source>Specifies whether the column is a computed column</source>
|
||||
<target state="new">Specifies whether the column is a computed column</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedPersistedTitle">
|
||||
<source>Is Persisted</source>
|
||||
<target state="new">Is Persisted</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedPersistedDescription">
|
||||
<source>Whether the computed column is saved with the data source</source>
|
||||
<target state="new">Whether the computed column is saved with the data source</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedPersistedNullableTitle">
|
||||
<source>Is Persisted Nullable</source>
|
||||
<target state="new">Is Persisted Nullable</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnIsComputedPersistedNullableDescription">
|
||||
<source>Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)</source>
|
||||
<target state="new">Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)</target>
|
||||
<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>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableColumnComputedFormulaTitle">
|
||||
<source>Formula</source>
|
||||
<target state="new">Formula</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user