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


Класс LevelProperty

Represents a member property available on members in the level.

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

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

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

Синтаксис

'Декларация
Public NotInheritable Class LevelProperty
'Применение
Dim instance As LevelProperty
public sealed class LevelProperty
public ref class LevelProperty sealed
[<SealedAttribute>]
type LevelProperty =  class end
public final class LevelProperty

Тип 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.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether two instances of LevelProperty are equal. (Переопределяет Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Переопределяет Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString Returns a String that represents the current Object. (Переопределяет Object. . :: . .ToString() () () ().)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality Determines whether two LevelProperty objects are equal.
Открытый операторСтатический элемент Inequality Determines whether two LevelProperty objects are not equal.

В начало

Замечания

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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.