LEGO: Merge pull request 1519

LEGO: Merge pull request 1519
This commit is contained in:
csigs
2022-05-27 09:08:24 -07:00
committed by GitHub
parent f6068e28db
commit df6283e721
5 changed files with 63 additions and 3 deletions

View File

@@ -9559,6 +9559,9 @@
<Item ItemId=";TableColumnComputedFormulaDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Formula that the column uses if it is a computed column]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[列使用的公式(如果是计算列)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -9646,18 +9649,27 @@
<Item ItemId=";TableColumnIsComputedDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Specifies whether the column is a computed column]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[指定列是否为计算列]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TableColumnIsComputedPersistedDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Whether the computed column is saved with the data source]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[计算列是否与数据源一起保存]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";TableColumnIsComputedPersistedNullableDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Whether the computed column can have a NULL value (NOT NULL can only be specified if the column is persisted)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[计算列是否可以具有 NULL 值(仅当列为持久列时才能指定 NOT NULL)。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>