Condividi tramite


Classe Position

Represents a tuple reference contained by an Axis.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Position
'Utilizzo
Dim instance As Position
public sealed class Position
public ref class Position sealed
[<SealedAttribute>]
type Position =  class end
public final class Position

Nel tipo Position sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Members Gets an instance of the MemberCollection class that contains the members of the Position.
Proprietà pubblica Ordinal Gets the ordinal position of the Position.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two instances of System..::..Object are equal. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Operatori

  Nome Descrizione
Operatore pubblicoMembro statico Equality Determines whether two specified instances of Position are equal.
Operatore pubblicoMembro statico Inequality Determines whether two specified instances of Position are not equal.

In alto

Osservazioni

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

Nota

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.