共用方式為


QueryNotificationCollection.Contains(QueryNotification) 方法

定義

判斷指定的 QueryNotification 是否存在於集合中。

public bool Contains (Microsoft.AnalysisServices.QueryNotification item);
member this.Contains : Microsoft.AnalysisServices.QueryNotification -> bool
Public Function Contains (item As QueryNotification) As Boolean

參數

item
QueryNotification

已檢查其存在的 QueryNotification

傳回

若在集合中找到指定的 QueryNotification,則為 true;否則為 false。

適用於