CubeDimension.Visible Property

Definition

Gets or sets the visibility property for a CubeDimension object.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_CubeDimension_Visible")]
public bool Visible { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_CubeDimension_Visible")>]
member this.Visible : bool with get, set
Public Property Visible As Boolean

Property Value

Boolean

true if visibility is on; otherwise, false.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to