Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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).) |
![]() |
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 | (Производный от 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)
.gif)
.gif)
Примечание