次の方法で共有


QueryNotificationCollection.Remove(QueryNotification) メソッド

定義

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

public void Remove (Microsoft.AnalysisServices.QueryNotification item);
member this.Remove : Microsoft.AnalysisServices.QueryNotification -> unit
Public Sub Remove (item As QueryNotification)

パラメーター

item
QueryNotification

削除する QueryNotification

適用対象