AggregationAttribute 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
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.