Share via


Classe LevelProperty

Represents a member property available on members in the level.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..LevelProperty

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class LevelProperty _
    Implements IDisposable, IMetadataObject
'Utilisation
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

Le type LevelProperty expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Caption Gets the caption of the LevelProperty.
Propriété publique Description Gets the description of the LevelProperty.
Propriété publique Name Gets the name of the LevelProperty.
Propriété publique ParentLevel Gets a Level that contains the LevelProperty.
Propriété publique UniqueName Gets the fully-qualified name of the LevelProperty.

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the LevelProperty.
Méthode publique Dispose Releases all resources used by the LevelProperty.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.