PerspectiveMeasure 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
PerspectiveMeasure() |
Initializes a new instance of the PerspectiveMeasure class using default values. |
PerspectiveMeasure(String) |
Initializes a new instance of PerspectiveMeasure using the specified measure. |
PerspectiveMeasure()
Initializes a new instance of the PerspectiveMeasure class using default values.
public PerspectiveMeasure ();
Public Sub New ()
Applies to
PerspectiveMeasure(String)
Initializes a new instance of PerspectiveMeasure using the specified measure.
public PerspectiveMeasure (string measureId);
new Microsoft.AnalysisServices.PerspectiveMeasure : string -> Microsoft.AnalysisServices.PerspectiveMeasure
Public Sub New (measureId As String)
Parameters
- measureId
- String
A String that contains a unique identifier for the Measure.