mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-25 01:25:40 -05:00
add foreign keys and constraints (#1316)
* add foreign keys and constraints * add property name
This commit is contained in:
@@ -2231,3 +2231,13 @@ TableColumnIdentityIncrementPropertyTitle = Identity Increment
|
||||
TableColumnIdentityIncrementPropertyDescription = Displays the value added to the maximum existing row identity value when generating the next identity value.
|
||||
TableColumnIdentitySeedPropertyTitle = Identity Seed
|
||||
TableColumnIdentitySeedPropertyDescription = Displays the initial row value for an identity column.
|
||||
TableDesignerIsEnabledPropertyTitle = Is Enabled
|
||||
ForeignKeyIsEnabledDescription = Specifies whether the foreign key is Enabled
|
||||
ForeignKeyIsNotForReplicationTitle = Not For Replication
|
||||
ForeignKeyIsNotForReplicationDescription = Enables or disables an IDENTITY constraint for data inserted by a replication process.
|
||||
SqlForeignKeyAction_NoAction = No Action
|
||||
SqlForeignKeyAction_Cascade = Cascade
|
||||
SqlForeignKeyAction_SetNull = Set Null
|
||||
SqlForeignKeyAction_SetDefault = Set Default
|
||||
UnKnownSqlForeignKeyAction(string name) = '{0}' is not a supported SqlForeignKeyAction.
|
||||
CheckConstraintIsEnabledDescription = Specifies whether the check constraint is Enabled
|
||||
|
||||
Reference in New Issue
Block a user