Поделиться через


Класс LevelProperty

Represents a member property available on members in the level.

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.AdomdServer.LevelProperty

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public NotInheritable Class LevelProperty _
    Implements IDisposable, IMetadataObject
'Применение
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

Тип LevelProperty обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Caption Gets the caption of the LevelProperty.
Открытое свойство Description Gets the description of the LevelProperty.
Открытое свойство Name Gets the name of the LevelProperty.
Открытое свойство ParentLevel Gets a Level that contains the LevelProperty.
Открытое свойство UniqueName Gets the fully-qualified name of the LevelProperty.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the LevelProperty.
Открытый метод Dispose Releases all resources used by the LevelProperty.
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdServer