Поделиться через


SubClassTypes

ms132788.note(ru-ru,SQL.90).gifПримечание.
  В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется.

Enumerates values for the SubClassType property.

Constant Description Applies to

sbclsRegular

Indicates that the object is a regular object.

In the case of a cube, it indicates that the cube is neither linked nor virtual.

All objects

sbclsLinked

Indicates that the cube is linked to another cube on a remote Analysis server.

clsCube, clsCubeDimension (only for a private dimension of a linked cube)

sbclsMining

Indicates that the dimension is based on the content of an OLAP data mining model that has processed against a cube.

clsCubeDimension

sbclsNested

Indicates that the column contains a nested table.

clsColumn

sbclsOLAP

Indicates that the data mining model or data mining column is based on an OLAP cube.

clsMiningModel, clsColumn

sbclsParentChild

Indicates that the level is a parent-child level.

clsAggregationLevel, clsDatabaseLevel, clsCubeLevel, clsPartitionLevel

sbclsRelational

Indicates that the data mining model or data mining column is based on a relational database.

clsMiningModel, clsColumn

sbclsRemote

Indicates that the partition is located on a remote Analysis server.

clsPartition

sbclsVirtual

Indicates that the object is a virtual cube.

clsCube

См. также

Основные понятия

Working with Virtual Cubes

Справка и поддержка

Получение помощи по SQL Server 2005