LEGO: Merge pull request 1365

LEGO: Merge pull request 1365
This commit is contained in:
csigs
2022-01-21 08:33:44 -08:00
committed by GitHub
parent 4d77ecc89a
commit 3a5df054ae
3 changed files with 38 additions and 2 deletions

View File

@@ -3289,6 +3289,9 @@
<Item ItemId=";IndexColumnIsAscendingPropertyTitle" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Is Ascending]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ordre croissant]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
@@ -3331,18 +3334,27 @@
<Item ItemId=";IndexIsClusteredPropertyDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Whether the index is clustered, only one clustered index is allowed in a table.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Que l'index soit clusterisé, un seul index clusterisé est autorisé dans une table.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";IndexIsEnabledPropertyDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Specifies whether the index is enabled]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Indique si l'index est activé]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";IndexIsUniquePropertyDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Whether the data entered into this index must be unique.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Si les données saisies dans cet index doivent être uniques.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>