SQLServer 语句有关问题

SQLServer 语句问题CREATE TABLE [Part].[HiLoValue]([NextValue] [int] NULL) ON [PRIMARY]里边的那个Par

SQLServer 语句问题
CREATE TABLE [Part].[HiLoValue](
[NextValue] [int] NULL
) ON [PRIMARY]

里边的那个Part是什么?执行的话会报异常The specified schema name "Part" either does not exist or you do not have permission to use it.

我是从已经存在的数据库中导出的脚本语句