LevelProperty.ParentLevel-Eigenschaft
Gets a Level that contains the LevelProperty.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property ParentLevel As Level
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdServer.Level
A Level that contains the LevelProperty.
Hinweise
The ParentLevel property returns a level that contains the property the LevelProperty represents.