mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
table designer - support indexes and write operations (#1363)
* support indexes * column properties
This commit is contained in:
@@ -5702,6 +5702,46 @@
|
||||
<note>.
|
||||
Parameters: 0 - underlyingType (string), 1 - columnName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsEnabledPropertyDescription">
|
||||
<source>Specifies whether the index is enabled</source>
|
||||
<target state="new">Specifies whether the index is enabled</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsClusteredPropertyDescription">
|
||||
<source>Whether the index is clustered, only one clustered index is allowed in a table.</source>
|
||||
<target state="new">Whether the index is clustered, only one clustered index is allowed in a table.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsUniquePropertyDescription">
|
||||
<source>Whether the data entered into this index must be unique.</source>
|
||||
<target state="new">Whether the data entered into this index must be unique.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerIsUniquePropertyTitle">
|
||||
<source>Is Unique</source>
|
||||
<target state="new">Is Unique</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexColumnIsAscendingPropertyDescription">
|
||||
<source>Specifies the sort order of the column.</source>
|
||||
<target state="new">Specifies the sort order of the column.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexColumnIsAscendingPropertyTitle">
|
||||
<source>Is Ascending</source>
|
||||
<target state="new">Is Ascending</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnsDisplayValueTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user