AggregationDimension Constructors

Definition

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.

Applies to