TableNotificationCollection.Contains(TableNotification) 方法

定义

确定集合中是否存在指定的 TableNotification

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

参数

item
TableNotification

将检查其是否存在的 TableNotification

返回

如果在集合中找到指定的 TableNotification,则为 true;否则为 false。

适用于