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