TableNotificationCollection.Contains(TableNotification) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定集合中是否存在指定的 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。