Compartir a través de


LevelProperty Clase

Represents a member property available on members in the level.

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

Sintaxis

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

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