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


Класс Axis

Represents an axis within a cellset.

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

System.Object
  Microsoft.AnalysisServices.AdomdClient.Axis

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Name Gets the name of the Axis.
Открытое свойство Positions Gets a PositionCollection that contains the positions for the Axis.
Открытое свойство Set Gets a Set that contains the set for the Axis.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether this instance of Axis is equal to another instance of Axis. (Переопределяет Object.Equals(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.)
Открытый метод ToString Returns a String that represents the current Object. (Переопределяет Object.ToString().)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality Determines whether two specified instances of Axis are equal.
Открытый операторСтатический элемент Inequality Determines whether two specified instances of Axis have different values.

В начало

Замечания

An Axis represents one query or slicer axis returned in a cellset (and represented by a CellSet.) An axis is essentially a set of ordered, congruent tuples used to organize the cells in a cellset.

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

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

См. также

Справочник

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