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