Compartir a través de


LevelProperty Clase

Represents a member property available on members in the level.

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

Notas

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.

Jerarquía de herencia

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

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.