LevelProperty Class

Represents a member property available on members in the level.

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

Syntax

'Declaration
Public NotInheritable Class LevelProperty
    Inherits IMetadataObject
    Implements IDisposable
public sealed class LevelProperty : IMetadataObject, IDisposable
public ref class LevelProperty sealed : public IMetadataObject, IDisposable
public final class LevelProperty extends IMetadataObject implements IDisposable
public final class LevelProperty extends IMetadataObject implements IDisposable

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.AdomdServer.IMetadataObject
    Microsoft.AnalysisServices.AdomdServer.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.AdomdServer Namespace