Relationship.Visible Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether the relationship is visible.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(true)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
public bool Visible { get; set; }
public:
[DefaultValueAttribute(true)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")]
property bool Visible {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(true)>]
[<XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2003/engine")>]
member Visible : bool with get, set
<DefaultValueAttribute(True)>
<XmlElementAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2003/engine")>
Public Property Visible As Boolean

Property Value

Type: System.Boolean

True if the relationship is visible; otherwise, false.

See Also

Relationship Class
Microsoft.AnalysisServices Namespace

Return to top