PerspectiveMeasureGroup 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
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.