Condividi tramite


Classe LevelProperty

Represents a member property available on members in the level.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..LevelProperty

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

Sintassi

'Dichiarazione
Public NotInheritable Class LevelProperty
'Utilizzo
Dim instance As LevelProperty
public sealed class LevelProperty
public ref class LevelProperty sealed
[<SealedAttribute>]
type LevelProperty =  class end
public final class LevelProperty

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 Equals Determines whether two instances of LevelProperty are equal. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Returns a String that represents the current Object. Esegue l'override di Object. . :: . .ToString() () () ().

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two LevelProperty objects are equal.
Operatore pubblicoMembro statico Inequality Determines whether two LevelProperty objects are not equal.

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.