Класс CellProperty
Represents a cell property for a given cell.
Иерархия наследования
System.Object
Microsoft.AnalysisServices.AdomdClient.CellProperty
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public NotInheritable Class CellProperty
'Применение
Dim instance As CellProperty
public sealed class CellProperty
public ref class CellProperty sealed
[<SealedAttribute>]
type CellProperty = class end
public final class CellProperty
Тип CellProperty обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Name | Gets the name of the CellProperty. | |
Namespace | Gets the namespace of the CellProperty. | |
Value | Gets the value of the CellProperty. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | Determines whether two instances of Object are equal. (Переопределяет Object.Equals(Object).) | |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Переопределяет Object.GetHashCode().) | |
GetType | (Производный от Object.) | |
ToString | Returns a String that represents the current Object. (Переопределяет Object.ToString().) |
В начало
Операторы
Имя | Описание | |
---|---|---|
Equality | Determines whether two specified instances of CellProperty are equal. | |
Inequality | Determines whether two specified instances of CellProperty have different values. |
В начало
Замечания
In Службы Analysis Services, cell properties contain information about the content and format of cells in a cube. Cell properties are most commonly used to assist in the visual presentation of cell data.
The CellProperty class is used to represent cell properties for a given Cell.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.