Partager via


Propriété LevelProperty.ParentLevel

Obtient un Level qui contient le LevelProperty.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.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.AdomdServer.Level
Level qui contient le LevelProperty.

Notes

La propriété ParentLevel retourne un niveau qui contient la propriété représentée par LevelProperty.

Voir aussi

Référence

LevelProperty Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer