Classe LevelProperty

Represents a member property available on members in the level.

Hiérarchie d'héritage

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

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

Syntaxe

'Déclaration
Public NotInheritable Class LevelProperty
'Utilisation
Dim instance As LevelProperty
public sealed class LevelProperty
public ref class LevelProperty sealed
[<SealedAttribute>]
type LevelProperty =  class end
public final class LevelProperty

Le type LevelProperty expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Caption Gets the caption of the LevelProperty.
Propriété publique Description Gets the description of the LevelProperty.
Propriété publique Name Gets the name of the LevelProperty.
Propriété publique ParentLevel Gets a Level that contains the LevelProperty.
Propriété publique UniqueName Gets the fully-qualified name of the LevelProperty.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals Determines whether two instances of LevelProperty are equal. (remplace Object. . :: . .Equals(Object).)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (remplace Object. . :: . .GetHashCode() () () ().)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString Returns a String that represents the current Object. (remplace Object. . :: . .ToString() () () ().)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality Determines whether two LevelProperty objects are equal.
Opérateur publicMembre statique Inequality Determines whether two LevelProperty objects are not equal.

Haut de la page

Notes

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.

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.