Share via


Classe PerspectiveCalculation

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

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06")> _
Public NotInheritable Class PerspectiveCalculation _
    Inherits ModelComponent _
    Implements ICloneable
'Utilizzo
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

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.