Share via


Clase LevelProperty

Represents a member property available on members in the level.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..LevelProperty

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

Sintaxis

'Declaración
Public NotInheritable Class LevelProperty _
    Implements IDisposable, IMetadataObject
'Uso
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

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 {dtor} Releases all resources used by the LevelProperty.
Método público Dispose Releases all resources used by the LevelProperty.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

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.