PerspectiveMeasure Constructors

Definition

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.

Applies to