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
)
パラメーター
- item
型: Microsoft.AnalysisServices.PerspectiveMeasure
削除する PerspectiveMeasure です。
例外
例外 | 条件 |
---|---|
ItemNotFoundException | item がコレクションに存在しません。 |