共用方式為


Measure.IsLinked 屬性

Gets or sets a value that indicates whether the current measure is linked.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLinked As Boolean 
    Get
'用途
Dim instance As Measure 
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 the measure is linked; otherwise, false.

請參閱

參考

Measure 類別

Microsoft.AnalysisServices 命名空間