Partager via


Propriété LevelProperty.ParentLevel

Gets a Level that contains the LevelProperty.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ParentLevel As Level 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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

Voir aussi

Référence

LevelProperty Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient