PerspectiveCalculation Constructors

Definition

Overloads

PerspectiveCalculation()

Initializes a new instance of the PerspectiveCalculation class using default values.

PerspectiveCalculation(String)

Initializes a new instance of PerspectiveCalculation using the specified name.

PerspectiveCalculation(String, PerspectiveCalculationType)

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

PerspectiveCalculation()

Initializes a new instance of the PerspectiveCalculation class using default values.

public PerspectiveCalculation ();
Public Sub New ()

Applies to

PerspectiveCalculation(String)

Initializes a new instance of PerspectiveCalculation using the specified name.

public PerspectiveCalculation (string name);
new Microsoft.AnalysisServices.PerspectiveCalculation : string -> Microsoft.AnalysisServices.PerspectiveCalculation
Public Sub New (name As String)

Parameters

name
String

The name of the PerspectiveCalculation.

Applies to

PerspectiveCalculation(String, PerspectiveCalculationType)

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

public PerspectiveCalculation (string name, Microsoft.AnalysisServices.PerspectiveCalculationType type);
new Microsoft.AnalysisServices.PerspectiveCalculation : string * Microsoft.AnalysisServices.PerspectiveCalculationType -> Microsoft.AnalysisServices.PerspectiveCalculation
Public Sub New (name As String, type As PerspectiveCalculationType)

Parameters

name
String

The name of the PerspectiveCalculation.

type
PerspectiveCalculationType

The type of perspective calculation.

Applies to