Freigeben über


Position-Klasse

Represents a tuple reference contained by an Axis.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdClient.Position

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

Syntax

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

Der Position-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Members Gets an instance of the MemberCollection class that contains the members of the Position.
Öffentliche Eigenschaft Ordinal Gets the ordinal position of the Position.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two instances of System.Object are equal. (Überschreibt Object.Equals(Object).)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object.GetHashCode().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Equality Determines whether two specified instances of Position are equal.
Öffentlicher OperatorStatisches Element Inequality Determines whether two specified instances of Position are not equal.

Zum Anfang

Hinweise

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

HinweisHinweis

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdClient-Namespace