Compartir a través de


Dimension.IsLinked Propiedad

Gets a value indicating whether the current dimension is linked.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLinked As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

Dimension Clase

Espacio de nombres Microsoft.AnalysisServices