IsLinked 属性

Gets the IsLinked status for a MeasureGroup.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLinked As Boolean
    Get
用法
Dim instance As MeasureGroup
Dim value As Boolean

value = instance.IsLinked
[BrowsableAttribute(false)]
public bool IsLinked { get; }
[BrowsableAttribute(false)]
public:
property bool IsLinked {
    bool get ();
}
[<BrowsableAttribute(false)>]
member IsLinked : bool
function get IsLinked () : boolean

属性值

类型:System. . :: . .Boolean
true if MeasureGroup is linked; else false.