AggregationDesignAttribute Constructors

Definition

Overloads

AggregationDesignAttribute()

Initializes a new instance of AggregationDesignAttribute using the default values.

AggregationDesignAttribute(String)

Initializes a new instance of AggregationDesignAttribute using the specified attribute identifier.

AggregationDesignAttribute()

Initializes a new instance of AggregationDesignAttribute using the default values.

public AggregationDesignAttribute ();
Public Sub New ()

Applies to

AggregationDesignAttribute(String)

Initializes a new instance of AggregationDesignAttribute using the specified attribute identifier.

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

Parameters

attributeId
String

A String that contains a unique identifier for the AggregationDesignAttribute.

Applies to