次の方法で共有


IsVisible (Dimension Interface)

ms132862.note(ja-jp,SQL.90).gifメモ :
  この機能は、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.

参照

関連項目

Dimension Interface

ヘルプおよび情報

SQL Server 2005 の参考資料の入手