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