Compartilhar via


Classe Position

Represents a tuple reference contained by an Axis.

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.AdomdClient.Position

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public NotInheritable Class Position
'Uso
Dim instance As Position
public sealed class Position
public ref class Position sealed
[<SealedAttribute>]
type Position =  class end
public final class Position

O tipo Position expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Members Gets an instance of the MemberCollection class that contains the members of the Position.
Propriedade pública Ordinal Gets the ordinal position of the Position.

Início

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of System.Object are equal. (Substitui Object.Equals(Object).)
Método público GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Substitui Object.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two specified instances of Position are equal.
Operador públicoMembro estático Inequality Determines whether two specified instances of Position are not equal.

Início

Comentários

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

ObservaçãoObservação

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices.AdomdClient