A view that has a unique clustered index applied on it.
应用了唯一聚集索引的视图。
A unique clustered index must be created on a view before any nonclustered index is created.
必须先为视图创建唯一的聚集索引,才能为该视图创建非聚集索引。
After a unique clustered index has been created on a view, nonclustered indexes can be created.
对视图创建唯一的聚集索引后,便可以创建非聚集索引。
Initial unique clustered index on a view.
视图上唯一的初始聚集索引。
Create the unique clustered index on the view.
为视图创建唯一的聚集索引。
After the unique clustered index has been created, you can create additional nonclustered indexes.
创建唯一聚集索引后,可以创建其他非聚集索引。
A view with a unique clustered index is called an indexed view.
具有唯一聚集索引的视图称为索引视图。
Creating a unique clustered index on a view physically materializes the view.
为一个视图创建唯一聚集索引会在物理上具体化该视图。
You can specify a unique clustered index if a clustered index on the table does not already exist.
如果不存在该表的聚集索引,则可以指定唯一聚集索引。