在 table(由两个字段组成)中添加现有索引作为主索引?斧头 2012
Adding Existing Index in a table (which is made of two fields) as Primary Index? ax 2012
我的 table 中有一个索引 TestIndex,其中包含两个字段:Code1 和 Code2。
索引属性:允许Duplicates:No,AlternateKey:是
字段属性:Mandatory:YesAllowEdit:No
当我到达 Table 属性时 PrimaryIndex:SurrogateKey。
我想将此 PrimaryIndex 更改为 TestIndex。
但是当我点击 DropDown 时它没有显示 TestIndex 值。
当我手动输入 TestIndex 并单击输入其显示的 TestIndex 时。
但是当我点击下拉菜单时,我看不到 testIndex。
为什么?
我做的手动操作是错误的还是正确的?
如何在 primaryIndex 的下拉列表中获取 TestIndex?
见Table Keys: Surrogate, Alternate, Replacement, Primary, and Foreign
A table can have several alternate keys. Any one alternate key can switch to being the primary key, if the alternate key is comprised of only one field.
我的 table 中有一个索引 TestIndex,其中包含两个字段:Code1 和 Code2。
索引属性:允许Duplicates:No,AlternateKey:是
字段属性:Mandatory:YesAllowEdit:No
当我到达 Table 属性时 PrimaryIndex:SurrogateKey。 我想将此 PrimaryIndex 更改为 TestIndex。 但是当我点击 DropDown 时它没有显示 TestIndex 值。 当我手动输入 TestIndex 并单击输入其显示的 TestIndex 时。 但是当我点击下拉菜单时,我看不到 testIndex。
为什么? 我做的手动操作是错误的还是正确的?
如何在 primaryIndex 的下拉列表中获取 TestIndex?
见Table Keys: Surrogate, Alternate, Replacement, Primary, and Foreign
A table can have several alternate keys. Any one alternate key can switch to being the primary key, if the alternate key is comprised of only one field.