PerspectiveCalculationCollection Class

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

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

Syntax

'Declaration
<GuidAttribute("B811B01F-DBDF-44b8-BA4F-09708BEF1146")> _
Public NotInheritable Class PerspectiveCalculationCollection _
    Inherits ModelComponentCollection
'Usage
Dim instance As PerspectiveCalculationCollection
[GuidAttribute("B811B01F-DBDF-44b8-BA4F-09708BEF1146")]
public sealed class PerspectiveCalculationCollection : ModelComponentCollection
[GuidAttribute(L"B811B01F-DBDF-44b8-BA4F-09708BEF1146")]
public ref class PerspectiveCalculationCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("B811B01F-DBDF-44b8-BA4F-09708BEF1146")>]
type PerspectiveCalculationCollection =  
    class
        inherit ModelComponentCollection
    end
public final class PerspectiveCalculationCollection extends ModelComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.PerspectiveCalculationCollection

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.