LevelProperty Class

Represents a member property available on members in the level.

Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Syntax

'Declaration
Public NotInheritable Class LevelProperty
public sealed class LevelProperty
public ref class LevelProperty sealed
public final class LevelProperty
public final class LevelProperty

Remarks

The LevelProperty represents the definition of a member property for members in a given level. The LevelProperty differs from the MemberProperty in that the LevelProperty contains metadata representing a member property, and the MemberProperty contains data represented by a member property.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.LevelProperty

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 Members
Microsoft.AnalysisServices.AdomdClient Namespace