Classe LevelProperty

Represents a member property available on members in the level.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.LevelProperty

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

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

Nel tipo LevelProperty sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Caption Gets the caption of the LevelProperty.
Proprietà pubblica Description Gets the description of the LevelProperty.
Proprietà pubblica Name Gets the name of the LevelProperty.
Proprietà pubblica ParentLevel Gets a Level that contains the LevelProperty.
Proprietà pubblica UniqueName Gets the fully-qualified name of the LevelProperty.

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the LevelProperty.
Metodo pubblico Dispose Releases all resources used by the LevelProperty.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer