AggregationDesignDimension 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
AggregationDesignDimension() |
Initializes a new instance of AggregationDesignDimension using the default values. |
AggregationDesignDimension(String) |
Initializes a new instance of AggregationDesignDimension with the specified cube dimension identifier. |
AggregationDesignDimension()
Initializes a new instance of AggregationDesignDimension using the default values.
public AggregationDesignDimension ();
Public Sub New ()
Applies to
AggregationDesignDimension(String)
Initializes a new instance of AggregationDesignDimension with the specified cube dimension identifier.
public AggregationDesignDimension (string cubeDimensionId);
new Microsoft.AnalysisServices.AggregationDesignDimension : string -> Microsoft.AnalysisServices.AggregationDesignDimension
Public Sub New (cubeDimensionId As String)
Parameters
- cubeDimensionId
- String
A String that contains a unique identifier for a cube dimension. This is a reference to a specific dimension role on the owning measure group.