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


Класс Position

Represents a tuple reference contained by an Axis.

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

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..Position

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Members Gets an instance of the MemberCollection class that contains the members of the Position.
Открытое свойство Ordinal Gets the ordinal position of the Position.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether two instances of System..::..Object are equal. (Переопределяет Object. . :: . .Equals(Object).)
Защищенный метод Finalize (Производный от 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.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Операторы

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

В начало

Замечания

A Position encapsulates tuple references within the axis of a cellset. Use Position to represent tuples for display purposes when displaying a cellset.

ПримечаниеПримечание

The Position object is available primarily for backward compatibility. A Position represents a coordinate along the axis that contains it. Each Position on the axis has a corresponding Tuple in the Set contained by that axis. We recommend using the Tuple instead of the Position, in most cases.

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

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