Compartir a través de


Clase LevelProperty

Represents a member property available on members in the level.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.AdomdClient.LevelProperty

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public NotInheritable Class LevelProperty
'Uso
Dim instance As LevelProperty
public sealed class LevelProperty
public ref class LevelProperty sealed
[<SealedAttribute>]
type LevelProperty =  class end
public final class LevelProperty

El tipo LevelProperty expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Caption Gets the caption of the LevelProperty.
Propiedad pública Description Gets the description of the LevelProperty.
Propiedad pública Name Gets the name of the LevelProperty.
Propiedad pública ParentLevel Gets a Level that contains the LevelProperty.
Propiedad pública UniqueName Gets the fully-qualified name of the LevelProperty.

Arriba

Métodos

  Nombre Descripción
Método público Equals Determines whether two instances of LevelProperty are equal. (Invalida Object.Equals(Object).)
Método público GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Invalida Object.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público ToString Returns a String that represents the current Object. (Invalida Object.ToString().)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two LevelProperty objects are equal.
Operador públicoMiembro estático Inequality Determines whether two LevelProperty objects are not equal.

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices.AdomdClient