LevelProperty Class

Represents a member property available on members in the level.

Inheritance Hierarchy

Object
  Microsoft.AnalysisServices.AdomdServer.LevelProperty

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

Syntax

'Declaration
Public NotInheritable Class LevelProperty _
    Implements IDisposable, IMetadataObject
'Usage
Dim instance As LevelProperty
public sealed class LevelProperty : IDisposable, 
    IMetadataObject
public ref class LevelProperty sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type LevelProperty =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class LevelProperty implements IDisposable, IMetadataObject

The LevelProperty type exposes the following members.

Properties

  Name Description
Public property Caption Gets the caption of the LevelProperty.
Public property Description Gets the description of the LevelProperty.
Public property Name Gets the name of the LevelProperty.
Public property ParentLevel Gets a Level that contains the LevelProperty.
Public property UniqueName Gets the fully-qualified name of the LevelProperty.

Top

Methods

  Name Description
Public method {dtor} Releases all resources used by the LevelProperty.
Public method Dispose Releases all resources used by the LevelProperty.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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, whereas the MemberProperty contains data represented by a member property.

Thread Safety

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

See Also

Reference

Microsoft.AnalysisServices.AdomdServer Namespace