Freigeben über


LevelProperty-Klasse

Represents a member property available on members in the level.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.LevelProperty

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class LevelProperty _
    Implements IDisposable, IMetadataObject
'Usage
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

Der LevelProperty-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Caption Gets the caption of the LevelProperty.
Öffentliche Eigenschaft Description Gets the description of the LevelProperty.
Öffentliche Eigenschaft Name Gets the name of the LevelProperty.
Öffentliche Eigenschaft ParentLevel Gets a Level that contains the LevelProperty.
Öffentliche Eigenschaft UniqueName Gets the fully-qualified name of the LevelProperty.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the LevelProperty.
Öffentliche Methode Dispose Releases all resources used by the LevelProperty.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace