IsVisible (Dimension Interface)
[!참고]
이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.
The IsVisible property of the Dimension interface determines whether the dimension is visible to client applications. Calculated members can still refer to the dimension.
Applies To:clsAggregationDimension, clsCubeDimension, clsPartitionDimension
Data Type
- Boolean
The default value is True.
Access
Access depends on the value of the ClassType property of the object.
Class type |
Access |
---|---|
clsCubeDimension |
R/W |
clsPartitionDimension |
R |
clsAggregationDimension |
R |
주의
This property is used to hide a dimension from the client application. For example, you might decide that it is useful to include a gender virtual dimension in a cube but hide the customer source dimension on which it is based.