PerspectiveCalculationCollection.Insert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Insert(Int32, String) |
使用指定的名稱,建立新的 PerspectiveCalculation 物件,然後將其插入集合中指定的索引處,並傳回新建立的 PerspectiveCalculation。 |
Insert(Int32, String, PerspectiveCalculationType) |
使用指定的名稱和類型,建立新的 PerspectiveCalculation 物件,然後將其插入集合中指定的索引處,並傳回新建立的 PerspectiveCalculation。 |
Insert(Int32, PerspectiveCalculation) |
將指定的 PerspectiveCalculation 插入集合中指定的索引位置。 |
Insert(Int32, String)
使用指定的名稱,建立新的 PerspectiveCalculation 物件,然後將其插入集合中指定的索引處,並傳回新建立的 PerspectiveCalculation。
public Microsoft.AnalysisServices.PerspectiveCalculation Insert (int index, string name);
override this.Insert : int * string -> Microsoft.AnalysisServices.PerspectiveCalculation
Public Function Insert (index As Integer, name As String) As PerspectiveCalculation
參數
- index
- Int32
以零為基底的索引,這是插入 PerspectiveCalculation 之處。
- name
- String
新 PerspectiveCalculation 物件的名稱。
傳回
新建立的 PerspectiveCalculation 物件。
例外狀況
指定的索引不是有效的值 (小於零或大於項目總數)。
指定的名稱在集合中無效。
適用於
Insert(Int32, String, PerspectiveCalculationType)
使用指定的名稱和類型,建立新的 PerspectiveCalculation 物件,然後將其插入集合中指定的索引處,並傳回新建立的 PerspectiveCalculation。
public Microsoft.AnalysisServices.PerspectiveCalculation Insert (int index, string name, Microsoft.AnalysisServices.PerspectiveCalculationType type);
override this.Insert : int * string * Microsoft.AnalysisServices.PerspectiveCalculationType -> Microsoft.AnalysisServices.PerspectiveCalculation
Public Function Insert (index As Integer, name As String, type As PerspectiveCalculationType) As PerspectiveCalculation
參數
- index
- Int32
以零為基底的索引,這是插入 PerspectiveCalculation 之處。
- name
- String
新 PerspectiveCalculation 物件的名稱。
新 PerspectiveCalculation 物件的類型。
傳回
新建立的 PerspectiveCalculation 物件。
例外狀況
指定的索引不是有效的值 (小於零或大於項目總數)。
指定的名稱在集合中無效。
適用於
Insert(Int32, PerspectiveCalculation)
將指定的 PerspectiveCalculation 插入集合中指定的索引位置。
public void Insert (int index, Microsoft.AnalysisServices.PerspectiveCalculation item);
override this.Insert : int * Microsoft.AnalysisServices.PerspectiveCalculation -> unit
Public Sub Insert (index As Integer, item As PerspectiveCalculation)
參數
- index
- Int32
以零為基底的索引,這是插入 PerspectiveCalculation 之處。
要插入的 PerspectiveCalculation。
例外狀況
指定的索引不是有效的值 (小於零或大於項目總數)。
- 指定的項目為 Null 參考 (Visual Basic 中的 Nothing)。
- 指定的項目已存在於集合中。
- 指定的名稱 PerspectiveCalculation 在集合中無效。
- 指定的 PerspectiveCalculation 相容性層級在集合中無效。