Partager via


Propriété Measure.IsLinked

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLinked As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Measure Classe

Espace de noms Microsoft.AnalysisServices