PerspectiveCalculation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The type of perspective calculation.