Freigeben über


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

Hinweise

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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

LevelProperty Members
Microsoft.AnalysisServices.AdomdServer Namespace