Remove メソッド (Perspective)
指定した Perspective をコレクションから削除します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Remove ( _
item As Perspective _
)
'使用
Dim instance As PerspectiveCollection
Dim item As Perspective
instance.Remove(item)
public void Remove(
Perspective item
)
public:
void Remove(
Perspective^ item
)
member Remove :
item:Perspective -> unit
public function Remove(
item : Perspective
)
パラメーター
- item
型: Microsoft.AnalysisServices. . :: . .Perspective
削除する Perspective です。
例外
例外 | 条件 |
---|---|
ItemNotFoundException | item がコレクションに存在しません。 |