Classe Position
Represents a tuple reference contained by an Axis.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..Position
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public NotInheritable Class Position
'Utilisation
Dim instance As Position
public sealed class Position
public ref class Position sealed
[<SealedAttribute>]
type Position = class end
public final class Position
Le type Position expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Members | Gets an instance of the MemberCollection class that contains the members of the Position. | |
Ordinal | Gets the ordinal position of the Position. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | Determines whether two instances of System..::..Object are equal. (remplace Object. . :: . .Equals(Object).) | |
Finalize | (hérité de Object.) | |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (remplace Object. . :: . .GetHashCode() () () ().) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Opérateurs
Nom | Description | |
---|---|---|
Equality | Determines whether two specified instances of Position are equal. | |
Inequality | Determines whether two specified instances of Position are not equal. |
Haut de la page
Notes
A Position encapsulates tuple references within the axis of a cellset. Use Position to represent tuples for display purposes when displaying a cellset.
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.