Compartilhar via


Propriedade do RDL LevelProperty.ParentLevel

Gets a Level that contains the LevelProperty.

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

Sintaxe

'Declaração
Public ReadOnly Property ParentLevel As Level 
    Get
'Uso
Dim instance As LevelProperty 
Dim value As Level 

value = instance.ParentLevel
public Level ParentLevel { get; }
public:
property Level^ ParentLevel {
    Level^ get ();
}
member ParentLevel : Level
function get ParentLevel () : Level

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdClient.Level
A Level that contains the LevelProperty.

Comentários

The ParentLevel property returns a level that contains the property the LevelProperty represents.

Consulte também

Referência

LevelProperty Classe

Namespace Microsoft.AnalysisServices.AdomdClient