次の方法で共有


PerspectiveMeasureGroupCollection.Remove メソッド (PerspectiveMeasureGroup)

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

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub Remove ( _
    item As PerspectiveMeasureGroup _
)
'使用
Dim instance As PerspectiveMeasureGroupCollection 
Dim item As PerspectiveMeasureGroup

instance.Remove(item)
public void Remove(
    PerspectiveMeasureGroup item
)
public:
void Remove(
    PerspectiveMeasureGroup^ item
)
member Remove : 
        item:PerspectiveMeasureGroup -> unit
public function Remove(
    item : PerspectiveMeasureGroup
)

パラメーター

例外

例外 条件
ItemNotFoundException

item がコレクションに存在しません。

関連項目

参照

PerspectiveMeasureGroupCollection クラス

Remove オーバーロード

Microsoft.AnalysisServices 名前空間