共用方式為


PerspectiveCalculationCollection.Add 方法

定義

多載

Add(PerspectiveCalculation)

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

Add(String)

使用指定的名稱,建立新的 PerspectiveCalculation 物件,然後將其新增至集合結尾,並傳回新建立的 PerspectiveCalculation。

Add(String, PerspectiveCalculationType)

使用指定的名稱和類型,建立新的 PerspectiveCalculation 物件,然後將其新增至集合結尾,並傳回新建立的 PerspectiveCalculation。

Add(PerspectiveCalculation)

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

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

參數

傳回

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

例外狀況

適用於

Add(String)

使用指定的名稱,建立新的 PerspectiveCalculation 物件,然後將其新增至集合結尾,並傳回新建立的 PerspectiveCalculation。

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

參數

name
String

PerspectiveCalculation 物件的名稱。

傳回

新建立的 PerspectiveCalculation 物件。

例外狀況

指定的名稱在集合中無效。

適用於

Add(String, PerspectiveCalculationType)

使用指定的名稱和類型,建立新的 PerspectiveCalculation 物件,然後將其新增至集合結尾,並傳回新建立的 PerspectiveCalculation。

public Microsoft.AnalysisServices.PerspectiveCalculation Add (string name, Microsoft.AnalysisServices.PerspectiveCalculationType type);
override this.Add : string * Microsoft.AnalysisServices.PerspectiveCalculationType -> Microsoft.AnalysisServices.PerspectiveCalculation
Public Function Add (name As String, type As PerspectiveCalculationType) As PerspectiveCalculation

參數

name
String

PerspectiveCalculation 物件的名稱。

傳回

新建立的 PerspectiveCalculation 物件。

例外狀況

指定的名稱在集合中無效。

適用於