Sdílet prostřednictvím


PerspectiveDimensionCollection Class

Contains a collection of PerspectiveDimension objects. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("B85775C3-4E48-4d77-A134-9ACE4A55EF77")> _
Public NotInheritable Class PerspectiveDimensionCollection _
    Inherits ModelComponentCollection
'Usage
Dim instance As PerspectiveDimensionCollection
[GuidAttribute("B85775C3-4E48-4d77-A134-9ACE4A55EF77")]
public sealed class PerspectiveDimensionCollection : ModelComponentCollection
[GuidAttribute(L"B85775C3-4E48-4d77-A134-9ACE4A55EF77")]
public ref class PerspectiveDimensionCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("B85775C3-4E48-4d77-A134-9ACE4A55EF77")>]
type PerspectiveDimensionCollection =  
    class
        inherit ModelComponentCollection
    end
public final class PerspectiveDimensionCollection extends ModelComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.PerspectiveDimensionCollection

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.