Classe Position

Represents a tuple reference contained by an Axis.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Position _
    Implements ISubordinateObject
'Utilisation
Dim instance As Position
public sealed class Position : ISubordinateObject
public ref class Position sealed : ISubordinateObject
[<SealedAttribute>]
type Position =  
    class
        interface ISubordinateObject
    end
public final class Position implements ISubordinateObject

Notes

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

[!REMARQUE]

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.

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.