Aggregation Constructors

Definition

Overloads

Aggregation()

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

Aggregation(String, String)

Initializes a new instance of the Aggregation class using a name and an identifier.

Aggregation()

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

public Aggregation ();
Public Sub New ()

Applies to

Aggregation(String, String)

Initializes a new instance of the Aggregation class using a name and an identifier.

public Aggregation (string name, string id);
new Microsoft.AnalysisServices.Aggregation : string * string -> Microsoft.AnalysisServices.Aggregation
Public Sub New (name As String, id As String)

Parameters

name
String

A String containing the name of the aggregation.

id
String

A String containing a unique identifier for the aggregation.

Applies to