PerspectiveCalculation Class

Represents the relationship between a calculation and a Perspective element. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06")> _
Public NotInheritable Class PerspectiveCalculation _
    Inherits ModelComponent _
    Implements ICloneable
'Usage
Dim instance As PerspectiveCalculation
[GuidAttribute("72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06")]
public sealed class PerspectiveCalculation : ModelComponent, 
    ICloneable
[GuidAttribute(L"72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06")]
public ref class PerspectiveCalculation sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06")>]
type PerspectiveCalculation =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class PerspectiveCalculation extends ModelComponent implements ICloneable

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.PerspectiveCalculation

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.