Share via


PositionCollection Class

Gets a read-only collection of Position objects contained by an Axis object.

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

Syntax

'Declaration
Public NotInheritable Class PositionCollection _
    Implements ICollection, IEnumerable
'Usage
Dim instance As PositionCollection
public sealed class PositionCollection : ICollection, 
    IEnumerable
public ref class PositionCollection sealed : ICollection, 
    IEnumerable
[<SealedAttribute>]
type PositionCollection =  
    class
        interface ICollection
        interface IEnumerable
    end
public final class PositionCollection implements ICollection, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.PositionCollection

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.