Position Class
Represents a tuple reference contained by an Axis.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public NotInheritable Class Position _
Implements ISubordinateObject
'Usage
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
Remarks
A Position encapsulates tuple references within the axis of a cellset. Use Position to represent tuples for display purposes when displaying a cellset.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdClient.Position
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.