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>
@@ -9665,7 +9677,7 @@
<Str Cat="Text">
<Val><![CDATA[Is Persisted Nullable]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[지속 Null 허용 여부]]></Val>
<Val><![CDATA[지속 Null 허용 여부]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
@@ -9674,7 +9686,7 @@
<Str Cat="Text">
<Val><![CDATA[Is Persisted]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[지속형]]></Val>
<Val><![CDATA[지속형 여부]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />