Compartilhar via


Propriedade do RDL Dimension.IsParentChild

Gets a true value if current dimension is of ParentChild type.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property IsParentChild As Boolean 
    Get
'Uso
Dim instance As Dimension 
Dim value As Boolean 

value = instance.IsParentChild
[BrowsableAttribute(false)]
public bool IsParentChild { get; }
[BrowsableAttribute(false)]
public:
property bool IsParentChild {
    bool get ();
}
[<BrowsableAttribute(false)>]
member IsParentChild : bool
function get IsParentChild () : boolean

Valor da propriedade

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

Consulte também

Referência

Dimension Classe

Namespace Microsoft.AnalysisServices