Propriété ParentLevel
Gets a Level that contains the 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
A Level that contains the LevelProperty.
Notes
The ParentLevel property returns a level that contains the property the LevelProperty represents.