Compartilhar via


Classe LevelProperty

Represents a member property available on members in the level.

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

Sintaxe

'Declaração
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

Comentários

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.

Hierarquia de herança

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..LevelProperty

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.