Partilhar via


PerspectiveCalculation Constructor (String, PerspectiveCalculationType)

Initializes a new instance of PerspectiveCalculation using a name and type.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    type As PerspectiveCalculationType _
)
public PerspectiveCalculation (
    string name,
    PerspectiveCalculationType type
)
public:
PerspectiveCalculation (
    String^ name, 
    PerspectiveCalculationType type
)
public PerspectiveCalculation (
    String name, 
    PerspectiveCalculationType type
)
public function PerspectiveCalculation (
    name : String, 
    type : PerspectiveCalculationType
)

Parameters

  • type
    Specifies the type of perspective calculation.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

PerspectiveCalculation Class
PerspectiveCalculation Members
Microsoft.AnalysisServices Namespace