Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a PositionCollection that contains the positions for the Axis.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Positions As PositionCollection
Get
'Usage
Dim instance As Axis
Dim value As PositionCollection
value = instance.Positions
public PositionCollection Positions { get; }
public:
property PositionCollection^ Positions {
PositionCollection^ get ();
}
member Positions : PositionCollection
function get Positions () : 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.