PerspectiveKpiCollection.Remove 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Remove(PerspectiveKpi) |
從集合移除指定的 PerspectiveKpi。 |
Remove(String) |
從集合中移除具有指定 KpiID 的 PerspectiveKpi。 |
Remove(PerspectiveKpi, Boolean) |
從集合移除指定的 PerspectiveKpi。 |
Remove(String, Boolean) |
從集合中移除具有指定 KpiID 的 PerspectiveKpi。 |
Remove(PerspectiveKpi)
從集合移除指定的 PerspectiveKpi。
public void Remove (Microsoft.AnalysisServices.PerspectiveKpi item);
override this.Remove : Microsoft.AnalysisServices.PerspectiveKpi -> unit
Public Sub Remove (item As PerspectiveKpi)
參數
- item
- PerspectiveKpi
要移除的 PerspectiveKpi。
例外狀況
指定的項目為 Null 參考 (Visual Basic 中的 Nothing)。
適用於
Remove(String)
從集合中移除具有指定 KpiID 的 PerspectiveKpi。
public void Remove (string id);
override this.Remove : string -> unit
Public Sub Remove (id As String)
參數
- id
- String
要移除之 PerspectiveKpi 的 KpiID。
適用於
Remove(PerspectiveKpi, Boolean)
從集合移除指定的 PerspectiveKpi。
public void Remove (Microsoft.AnalysisServices.PerspectiveKpi item, bool cleanUp);
override this.Remove : Microsoft.AnalysisServices.PerspectiveKpi * bool -> unit
Public Sub Remove (item As PerspectiveKpi, cleanUp As Boolean)
參數
- item
- PerspectiveKpi
要移除的 PerspectiveKpi。
- cleanUp
- Boolean
如果要刪除參考的物件,則為 true;否則為 false。
例外狀況
指定的項目為 Null 參考 (Visual Basic 中的 Nothing)。
備註
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
適用於
Remove(String, Boolean)
從集合中移除具有指定 KpiID 的 PerspectiveKpi。
public void Remove (string id, bool cleanUp);
override this.Remove : string * bool -> unit
Public Sub Remove (id As String, cleanUp As Boolean)
參數
- id
- String
要移除之 PerspectiveKpi 的 KpiID。
- cleanUp
- Boolean
如果要刪除參考的物件,則為 true;否則為 false。
備註
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。