LevelProperty.ParentLevel Property

Gets a Level that contains the LevelProperty.

Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property ParentLevel As Level
public Level ParentLevel { get; }
public:
property Level^ ParentLevel {
    Level^ get ();
}
/** @property */
public Level get_ParentLevel ()
public function get ParentLevel () : Level

Property Value

A Level that contains the LevelProperty.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

LevelProperty Class
LevelProperty Members
Microsoft.AnalysisServices.AdomdServer Namespace