PerspectiveCalculation Class

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

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
<GuidAttribute("72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06")> _
Public NotInheritable Class PerspectiveCalculation
    Inherits ModelComponent
    Implements ICloneable
[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
/** @attribute GuidAttribute("72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06") */ 
public final class PerspectiveCalculation extends ModelComponent implements ICloneable
GuidAttribute("72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06") 
public final class PerspectiveCalculation extends ModelComponent implements ICloneable

Inheritance Hierarchy

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

執行緒安全性

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

PerspectiveCalculation Members
Microsoft.AnalysisServices Namespace