PerspectiveMeasureGroup Constructors

Definition

Overloads

PerspectiveMeasureGroup()

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

PerspectiveMeasureGroup(String)

Initializes a new instance of PerspectiveMeasureGroup using the specified measure-group.

PerspectiveMeasureGroup()

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

public PerspectiveMeasureGroup ();
Public Sub New ()

Applies to

PerspectiveMeasureGroup(String)

Initializes a new instance of PerspectiveMeasureGroup using the specified measure-group.

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

Parameters

measureGroupId
String

A String that contains a unique identifier for the MeasureGroup.

Applies to