Compartilhar via


Propriedade do RDL Level.ParentDimension

Gets the Dimension object that is the parent of the Level object.

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

Sintaxe

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

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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.Dimension
A Dimension object that is the parent of the Level object.

Consulte também

Referência

Level Classe

Namespace Microsoft.AnalysisServices