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 _
    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

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.LevelProperty

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.