AggregationAttribute Constructors

Definition

Overloads

AggregationAttribute()

Initializes a new instance of the AggregationAttribute class using the default values.

AggregationAttribute(String)

Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute.

AggregationAttribute()

Initializes a new instance of the AggregationAttribute class using the default values.

public AggregationAttribute ();
Public Sub New ()

Applies to

AggregationAttribute(String)

Initializes a new instance of AggregationAttribute using the attributeID of a DimensionAttribute.

public AggregationAttribute (string attributeID);
new Microsoft.AnalysisServices.AggregationAttribute : string -> Microsoft.AnalysisServices.AggregationAttribute
Public Sub New (attributeID As String)

Parameters

attributeID
String

A String containing the attributeID of DimensionAttribute that is being assigned to the parent Aggregation.

Applies to