Relationship.Visible Property

Definition

Gets or sets an indication whether the relationship is visible.

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

Property Value

Boolean

True if the relationship is visible; otherwise, false.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Applies to