IsVisible (Level Interface)
[!참고]
이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.
The IsVisible property of the Level interface determines whether the level is visible to client applications.
Applies To:clsAggregationLevel, clsCubeLevel, clsDatabaseLevel, clsPartitionLevel
Data Type
Boolean
Access
Access depends on the value of the ClassType property of the object.
Class type |
Access |
---|---|
clsDatabaseLevel |
R/W |
clsCubeLevel |
R/W |
clsPartitionLevel |
R |
clsAggregationLevel |
R |
주의
Setting this property for a level of ClassType clsCubeLevel overrides the database setting of this property. Unlike other objects in the Decision Support Objects (DSO) library, a level cannot be referenced by calculated members or other Multidimensional Expressions (MDX) statements if its IsVisible property is False.
At least one level in a dimension must be visible. DSO raises an error if all the levels of a dimension have their IsVisible property set to False.