次の方法で共有


PerspectiveMeasureGroupCollection.Remove メソッド

定義

オーバーロード

Remove(PerspectiveMeasureGroup)

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

Remove(String)

指定した MeasureGroupID を持つ PerspectiveMeasureGroup をコレクションから削除します。

Remove(PerspectiveMeasureGroup, Boolean)

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

Remove(String, Boolean)

指定した MeasureGroupID を持つ PerspectiveMeasureGroup をコレクションから削除します。

Remove(PerspectiveMeasureGroup)

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

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

パラメーター

item
PerspectiveMeasureGroup

削除する PerspectiveMeasureGroup です。

例外

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

適用対象

Remove(String)

指定した MeasureGroupID を持つ PerspectiveMeasureGroup をコレクションから削除します。

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

パラメーター

measureGroupId
String

削除する PerspectiveMeasureGroup の MeasureGroupID です。

適用対象

Remove(PerspectiveMeasureGroup, Boolean)

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

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

パラメーター

item
PerspectiveMeasureGroup

削除する PerspectiveMeasureGroup です。

cleanUp
Boolean

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

例外

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

注釈

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

適用対象

Remove(String, Boolean)

指定した MeasureGroupID を持つ PerspectiveMeasureGroup をコレクションから削除します。

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

パラメーター

measureGroupId
String

削除する PerspectiveMeasureGroup の MeasureGroupID です。

cleanUp
Boolean

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

注釈

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

適用対象