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 | |
---|---|---|
Members | Gets an instance of the MemberCollection class that contains the members of the Position. | |
Ordinal | Gets the ordinal position of the Position. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether two instances of System..::..Object are equal. (Substitui Object. . :: . .Equals(Object).) | |
Finalize | (Herdado de Object.) | |
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() () () ().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Equality | Determines whether two specified instances of Position are equal. | |
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çã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.