Compartilhar via


Propriedade do RDL Parent

Gets the parent Dimension of the Hierarchy object.

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

Sintaxe

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

value = instance.Parent
[BrowsableAttribute(false)]
public Dimension Parent { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ Parent {
    Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Dimension
function get Parent () : Dimension

Valor da propriedade

Tipo: Microsoft.AnalysisServices. . :: . .Dimension
A Dimension object.