次の方法で共有


QueryNotificationCollection.Remove メソッド

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

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

構文

'宣言
Public Sub Remove ( _
    item As QueryNotification _
)
'使用
Dim instance As QueryNotificationCollection 
Dim item As QueryNotification

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

パラメーター

例外

例外 条件
ItemNotFoundException

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

関連項目

参照

QueryNotificationCollection クラス

Microsoft.AnalysisServices 名前空間