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입니다.

적용 대상