Compartir a través de


PerspectiveCalculation Class

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

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<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

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

PerspectiveCalculation Members
Microsoft.AnalysisServices Namespace