Freigeben über


LevelProperty-Klasse

Represents a member property available on members in the level.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdClient.LevelProperty

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

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

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 Equals Determines whether two instances of LevelProperty are equal. (Überschreibt Object.Equals(Object).)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString Returns a String that represents the current Object. (Überschreibt Object.ToString().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality Determines whether two LevelProperty objects are equal.
Öffentlicher OperatorStatisches Element Inequality Determines whether two LevelProperty objects are not equal.

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.AdomdClient-Namespace