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