LevelProperty Class
Represents a member property available on members in the level.
Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntaxe
'Déclaration
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
Notes
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
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
LevelProperty Members
Microsoft.AnalysisServices.AdomdServer Namespace