共用方式為


AggregationAttribute 建構函式

定義

多載

AggregationAttribute()

使用預設值,初始化 AggregationAttribute 類別的新執行個體。

AggregationAttribute(String)

使用 DimensionAttribute 的 attributeID 初始化 AggregationAttribute 的新執行個體。

AggregationAttribute()

使用預設值,初始化 AggregationAttribute 類別的新執行個體。

public AggregationAttribute ();
Public Sub New ()

適用於

AggregationAttribute(String)

使用 DimensionAttribute 的 attributeID 初始化 AggregationAttribute 的新執行個體。

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

參數

attributeID
String

字串,包含要指派給父系彙總的 DimensionAttribute 的 attributeID。

適用於