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