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