AggregationDesignDimension Constructors

Definition

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.

Applies to