SubClassTypes
[!참고] 이 기능은 다음 버전의 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. |
|
sbclsNested |
Indicates that the column contains a nested table. |
|
sbclsOLAP |
Indicates that the data mining model or data mining column is based on an OLAP cube. |
|
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. |
|
sbclsRemote |
Indicates that the partition is located on a remote Analysis server. |
|
sbclsVirtual |
Indicates that the object is a virtual cube. |