Condividi tramite


Position Class

Represents a tuple reference contained by an Axis.

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

Sintassi

'Dichiarazione
Public NotInheritable Class Position
public sealed class Position
public ref class Position sealed
public final class Position
public final class Position

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.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.Position

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Position Members
Microsoft.AnalysisServices.AdomdClient Namespace