Compartilhar via


Propriedade do RDL Measure.IsLinked

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

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLinked As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
true if the measure is linked; otherwise, false.

Consulte também

Referência

Measure Classe

Namespace Microsoft.AnalysisServices