次の方法で共有


PerspectiveCollection.Remove メソッド

定義

オーバーロード

Remove(Perspective, Boolean)

指定された Perspective をコレクションから削除します。

Remove(Perspective)

指定された Perspective をコレクションから削除します。

Remove(String)

指定した識別子の Perspective をコレクションから削除します。

Remove(String, Boolean)

指定した識別子の Perspective をコレクションから削除します。

Remove(Perspective, Boolean)

指定された Perspective をコレクションから削除します。

public void Remove (Microsoft.AnalysisServices.Perspective item, bool cleanUp);
override this.Remove : Microsoft.AnalysisServices.Perspective * bool -> unit
Public Sub Remove (item As Perspective, cleanUp As Boolean)

パラメーター

item
Perspective

削除する Perspective です。

cleanUp
Boolean

参照元のオブジェクトを削除する場合は true、それ以外の場合は false です。

例外

指定したアイテムは null 参照 (Visual Basic では Nothing) です。

注釈

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

適用対象

Remove(Perspective)

指定された Perspective をコレクションから削除します。

public void Remove (Microsoft.AnalysisServices.Perspective item);
override this.Remove : Microsoft.AnalysisServices.Perspective -> unit
Public Sub Remove (item As Perspective)

パラメーター

item
Perspective

削除する Perspective です。

例外

指定したアイテムは null 参照 (Visual Basic では Nothing) です。

適用対象

Remove(String)

指定した識別子の Perspective をコレクションから削除します。

public void Remove (string id);
override this.Remove : string -> unit
Public Sub Remove (id As String)

パラメーター

id
String

削除する Perspective の識別子です。

適用対象

Remove(String, Boolean)

指定した識別子の Perspective をコレクションから削除します。

public void Remove (string id, bool cleanUp);
override this.Remove : string * bool -> unit
Public Sub Remove (id As String, cleanUp As Boolean)

パラメーター

id
String

削除する Perspective の識別子です。

cleanUp
Boolean

参照元のオブジェクトを削除する場合は true、それ以外の場合は false です。

注釈

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

適用対象