add foreign keys and constraints (#1316)

* add foreign keys and constraints

* add property name
This commit is contained in:
Alan Ren
2021-11-18 15:01:10 -08:00
committed by GitHub
parent c03557aae7
commit b131d1738d
13 changed files with 353 additions and 94 deletions

View File

@@ -5645,6 +5645,57 @@
<note>.
Parameters: 0 - actual (string), 1 - estimated (string), 2 - percent (decimal) </note>
</trans-unit>
<trans-unit id="TableDesignerIsEnabledPropertyTitle">
<source>Is Enabled</source>
<target state="new">Is Enabled</target>
<note></note>
</trans-unit>
<trans-unit id="ForeignKeyIsEnabledDescription">
<source>Specifies whether the foreign key is Enabled</source>
<target state="new">Specifies whether the foreign key is Enabled</target>
<note></note>
</trans-unit>
<trans-unit id="ForeignKeyIsNotForReplicationTitle">
<source>Not For Replication</source>
<target state="new">Not For Replication</target>
<note></note>
</trans-unit>
<trans-unit id="ForeignKeyIsNotForReplicationDescription">
<source>Enables or disables an IDENTITY constraint for data inserted by a replication process.</source>
<target state="new">Enables or disables an IDENTITY constraint for data inserted by a replication process.</target>
<note></note>
</trans-unit>
<trans-unit id="SqlForeignKeyAction_NoAction">
<source>No Action</source>
<target state="new">No Action</target>
<note></note>
</trans-unit>
<trans-unit id="SqlForeignKeyAction_Cascade">
<source>Cascade</source>
<target state="new">Cascade</target>
<note></note>
</trans-unit>
<trans-unit id="SqlForeignKeyAction_SetNull">
<source>Set Null</source>
<target state="new">Set Null</target>
<note></note>
</trans-unit>
<trans-unit id="SqlForeignKeyAction_SetDefault">
<source>Set Default</source>
<target state="new">Set Default</target>
<note></note>
</trans-unit>
<trans-unit id="UnKnownSqlForeignKeyAction">
<source>'{0}' is not a supported SqlForeignKeyAction.</source>
<target state="new">'{0}' is not a supported SqlForeignKeyAction.</target>
<note>.
Parameters: 0 - name (string) </note>
</trans-unit>
<trans-unit id="CheckConstraintIsEnabledDescription">
<source>Specifies whether the check constraint is Enabled</source>
<target state="new">Specifies whether the check constraint is Enabled</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>