AggregationAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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。