MeasureGroup 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
MeasureGroup() |
Initializes a new instance of MeasureGroup using the default values. |
MeasureGroup(String) |
Initializes a new instance of MeasureGroup using the specified name. |
MeasureGroup(String, String) |
Initializes a new instance of MeasureGroup using the specified name and identifier. |
MeasureGroup()
Initializes a new instance of MeasureGroup using the default values.
public MeasureGroup ();
Public Sub New ()
Applies to
MeasureGroup(String)
Initializes a new instance of MeasureGroup using the specified name.
public MeasureGroup (string name);
new Microsoft.AnalysisServices.MeasureGroup : string -> Microsoft.AnalysisServices.MeasureGroup
Public Sub New (name As String)
Parameters
- name
- String
A string containing the name of the MeasureGroup.
Applies to
MeasureGroup(String, String)
Initializes a new instance of MeasureGroup using the specified name and identifier.
public MeasureGroup (string name, string id);
new Microsoft.AnalysisServices.MeasureGroup : string * string -> Microsoft.AnalysisServices.MeasureGroup
Public Sub New (name As String, id As String)
Parameters
- name
- String
A string containing the name of the MeasureGroup.
- id
- String
A string containing a unique identifier for the MeasureGroup.