Partager via


Classe Level

Defines a level in a Hierarchy element. This class cannot be inherited.

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

Syntaxe

'Déclaration
<GuidAttribute("449F0533-E601-4c13-9841-4946FB641699")> _
Public NotInheritable Class Level _
    Inherits NamedComponent _
    Implements ICloneable
'Utilisation
Dim instance As Level
[GuidAttribute("449F0533-E601-4c13-9841-4946FB641699")]
public sealed class Level : NamedComponent, 
    ICloneable
[GuidAttribute(L"449F0533-E601-4c13-9841-4946FB641699")]
public ref class Level sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("449F0533-E601-4c13-9841-4946FB641699")>]
type Level =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class Level extends NamedComponent implements ICloneable

Le type Level expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Level() () () () Initializes a new instance of the Level class using default values.
Méthode publique Level(String) Initializes a new instance of Level using a name.
Méthode publique Level(String, String) Initializes a new instance of Level using a name and an identifier.

Haut de la page

Propriétés

  Nom Description
Propriété publique Annotations Gets a collection within which you can store custom data. (hérité de ModelComponent.)
Propriété protégée CanRaiseEvents (hérité de Component.)
Propriété publique Container (hérité de Component.)
Propriété publique Description (hérité de NamedComponent.)
Propriété protégée DesignMode (hérité de Component.)
Propriété protégée Events (hérité de Component.)
Propriété protégée FriendlyName (hérité de NamedComponent.)
Propriété publique HideMemberIf Gets or sets the value of a property which indicates whether and when a member in a Level should be hidden from client applications.
Propriété publique ID (hérité de NamedComponent.)
Propriété protégée KeyForCollection (hérité de NamedComponent.)
Propriété publique Name (hérité de NamedComponent.)
Propriété publique OwningCollection Gets or sets the collection that contains the ModelComponent. (hérité de ModelComponent.)
Propriété publique Parent Gets the Hierarchy object that is the parent of the Level object.
Propriété publique ParentDatabase Gets the Database object that is the parent of the Level object.
Propriété publique ParentDimension Gets the Dimension object that is the parent of the Level object.
Propriété publique ParentServer Gets the Server object that is the parent of the Level object.
Propriété publique Site (hérité de NamedComponent.)
Propriété publique SiteID (hérité de NamedComponent.)
Propriété publique SourceAttribute Gets or sets the dimension attribute for a source attribute associated with a Level object.
Propriété publique SourceAttributeID Gets or sets the source attribute identifier for a source attribute associated with a Level object.
Propriété publique Translations Gets the collection of translations associated with a Level object.

Haut de la page

Méthodes

  Nom Description
Méthode protégée AddToContainer Infrastructure. (hérité de ModelComponent.)
Méthode protégée AfterInsert Infrastructure. (hérité de ModelComponent.)
Méthode protégée AfterMove Infrastructure. (hérité de ModelComponent.)
Méthode protégée AfterRemove Infrastructure. (hérité de ModelComponent.)
Méthode protégée BeforeRemove Infrastructure. (hérité de ModelComponent.)
Méthode publique Clone Creates a new full copy of an object.
Méthode publique CopyTo(Level) Copies a Level object to the specified object.
Méthode protégée CopyTo(ModelComponent) Infrastructure. (hérité de ModelComponent.)
Méthode protégée CopyTo(NamedComponent) (hérité de NamedComponent.)
Méthode publique CreateObjRef (hérité de MarshalByRefObject.)
Méthode publique Dispose() () () () (hérité de Component.)
Méthode protégée Dispose(Boolean) (hérité de Component.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Component.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLifetimeService (hérité de MarshalByRefObject.)
Méthode protégée GetService (hérité de Component.)
Méthode publique GetType (hérité de Object.)
Méthode publique InitializeLifetimeService (hérité de MarshalByRefObject.)
Méthode protégée MemberwiseClone() () () () (hérité de Object.)
Méthode protégée MemberwiseClone(Boolean) (hérité de MarshalByRefObject.)
Méthode protégée RemoveFromContainer Infrastructure. (hérité de ModelComponent.)
Méthode protégée Reset (hérité de NamedComponent.)
Méthode publique Submit() () () () Infrastructure. (hérité de ModelComponent.)
Méthode publique Submit(Boolean) Infrastructure. (hérité de ModelComponent.)
Méthode publique ToString (hérité de NamedComponent.)
Méthode publique Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (hérité de ModelComponent.)
Méthode publique Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (hérité de ModelComponent.)
Méthode publique Validate(ValidationErrorCollection, Boolean, ServerEdition) (remplace NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de Component.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable. . :: . .Clone
Implémentation d'interface expliciteMéthode privée IFormattable. . :: . .ToString (hérité de NamedComponent.)
Implémentation d'interface explicitePropriété privée IHostableComponent. . :: . .Host (hérité de ModelComponent.)
Implémentation d'interface explicitePropriété privée IModelComponent. . :: . .FriendlyPath (hérité de ModelComponent.)
Implémentation d'interface explicitePropriété privée IModelComponent. . :: . .OwningCollection (hérité de ModelComponent.)

Haut de la page

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.