AggregationDesign Constructors

Definition

Overloads

AggregationDesign()

Initializes a new instance of AggregationDesign using the default values.

AggregationDesign(String)

Initializes a new instance of AggregationDesign using the specified name.

AggregationDesign(String, String)

Initializes a new instance of AggregationDesign using the specified name and an identifier.

AggregationDesign()

Initializes a new instance of AggregationDesign using the default values.

public AggregationDesign ();
Public Sub New ()

Applies to

AggregationDesign(String)

Initializes a new instance of AggregationDesign using the specified name.

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

Parameters

name
String

A String that contains the name of the AggregationDesign.

Applies to

AggregationDesign(String, String)

Initializes a new instance of AggregationDesign using the specified name and an identifier.

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

Parameters

name
String

A String that contains the name of the AggregationDesign.

id
String

A String that contains a unique identifier for the AggregationDesign.

Applies to