Axis.Positions Property

 

Gets a PositionCollection that contains the positions for the Axis.

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

Syntax

public PositionCollection Positions { get; }
public:
property PositionCollection^ Positions {
    PositionCollection^ get();
}
member Positions : PositionCollection with get
Public ReadOnly Property Positions As PositionCollection

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.PositionCollection

A PositionCollection that contains the positions of the Axis.

Note

The Positions is available for backward compatibility. Each Position in the Positions property has a corresponding Tuple in the Set contained by that axis. Use of the Set is recommended.

See Also

Axis Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top