次の方法で共有


PerspectiveMeasureCollection.Remove メソッド (PerspectiveMeasure)

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

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

構文

'宣言
Public Sub Remove ( _
    item As PerspectiveMeasure _
)
'使用
Dim instance As PerspectiveMeasureCollection 
Dim item As PerspectiveMeasure

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

パラメーター

例外

例外 条件
ItemNotFoundException

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

関連項目

参照

PerspectiveMeasureCollection クラス

Remove オーバーロード

Microsoft.AnalysisServices 名前空間