Condividi tramite


Proprietà Dimension.IsLinked

Gets a value indicating whether the current dimension is linked.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLinked As Boolean 
    Get
'Utilizzo
Dim instance As Dimension 
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

Valore proprietà

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

Vedere anche

Riferimento

Dimension Classe

Spazio dei nomi Microsoft.AnalysisServices