Partager via


IsVisible (Dimension Interface)

ms132862.note(fr-fr,SQL.90).gifRemarque :
  Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.

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

Notes

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.

Voir aussi

Référence

Dimension Interface

Aide et Informations

Assistance sur SQL Server 2005