Partager via


Classe Level

Represents a level within a hierarchy.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..Level

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

Syntaxe

'Déclaration
Public NotInheritable Class Level _
    Implements IDisposable, IMetadataObject
'Utilisation
Dim instance As Level
public sealed class Level : IDisposable, 
    IMetadataObject
public ref class Level sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type Level =  
    class
        interface IDisposable
        interface IMetadataObject
    end
public final class Level implements IDisposable, IMetadataObject

Le type Level expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Caption Gets the caption of the Level.
Propriété publique Description Gets the description of the Level.
Propriété publique LevelNumber Gets the ordinal position of the Level within the parent hierarchy.
Propriété publique LevelProperties Gets a LevelPropertyCollection that contains a collection of member properties for the Level.
Propriété publique LevelType Gets the level type of the Level.
Propriété publique MemberCount Gets the number of members contained by the Level.
Propriété publique Name Gets the name of the Level.
Propriété publique ParentHierarchy Gets a Hierarchy that contains the Level.
Propriété publique Properties Gets a PropertyCollection that contains the properties associated with the Level.
Propriété publique UniqueName Gets the unique name of the Level.

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the Level.
Méthode publique Dispose Releases all resources used by the Level.
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 GetMembers Returns a MemberCollection that contains a collection of members for the Level. Note   This method loads all members of the level. If there are a large number of members, this method may take a long time to execute.
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

Dimensions are complex structures in Microsoft SQL Server 2005 Analysis Services (SSAS), containing members that are organized into levels, which in turn are organized into hierarchies. In ADOMD.NET, levels are represented by the Level class.

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.