共用方式為


AggregationDimensionCollection.Add 方法

定義

多載

Add(AggregationDimension)

將指定的 AggregationDimension 新增至集合的結尾。

Add(String)

使用指定的 CubeDimensionID,建立新的 AggregationDimension 物件,然後將它新增至集合結尾,並傳回新建立的 AggregationDimension。

Add(AggregationDimension)

將指定的 AggregationDimension 新增至集合的結尾。

public int Add (Microsoft.AnalysisServices.AggregationDimension item);
override this.Add : Microsoft.AnalysisServices.AggregationDimension -> int
Public Function Add (item As AggregationDimension) As Integer

參數

傳回

以零起始的索引,其為 AggregationDimension 新增至集合的位置。

例外狀況

適用於

Add(String)

使用指定的 CubeDimensionID,建立新的 AggregationDimension 物件,然後將它新增至集合結尾,並傳回新建立的 AggregationDimension。

public Microsoft.AnalysisServices.AggregationDimension Add (string cubeDimensionId);
override this.Add : string -> Microsoft.AnalysisServices.AggregationDimension
Public Function Add (cubeDimensionId As String) As AggregationDimension

參數

cubeDimensionId
String

AggregationDimension 物件的 CubeDimensionID。

傳回

新建立的 AggregationDimension 物件。

例外狀況

指定的 CubeDimensionID 在集合中無效。

適用於