MeasureGroup.IsLinked Property

 

Applies To: SQL Server 2016 Preview

Gets the IsLinked status for a MeasureGroup.

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

Syntax

[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public bool IsLinked { get; }
public:
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
property bool IsLinked {
    bool get();
}
[<BrowsableAttribute(false)>]
[<XmlIgnoreAttribute>]
member IsLinked : bool with get
<BrowsableAttribute(False)>
<XmlIgnoreAttribute>
Public ReadOnly Property IsLinked As Boolean

Property Value

Type: System.Boolean

true if MeasureGroup is linked; else false.

See Also

MeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top