AggregationInstance Constructors

Definition

Overloads

AggregationInstance()

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

AggregationInstance(String)

Initializes a new instance of the AggregationInstance class using the specified name.

AggregationInstance(String, String)

Initializes a new instance of the AggregationInstance class using the specified name and identifier.

AggregationInstance()

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

public AggregationInstance ();
Public Sub New ()

Applies to

AggregationInstance(String)

Initializes a new instance of the AggregationInstance class using the specified name.

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

Parameters

name
String

The name of the AggregationInstance.

Applies to

AggregationInstance(String, String)

Initializes a new instance of the AggregationInstance class using the specified name and identifier.

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

Parameters

name
String

The name of the AggregationInstance.

id
String

A unique identifier for the AggregationInstance.

Applies to