다음을 통해 공유


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.