QueryNotificationCollection.IndexOf(QueryNotification) Methode

Definition

Sucht nach dem angegebenen QueryNotification und gibt seinen nullbasierten Index innerhalb der Auflistung zurück.

public int IndexOf (Microsoft.AnalysisServices.QueryNotification item);
member this.IndexOf : Microsoft.AnalysisServices.QueryNotification -> int
Public Function IndexOf (item As QueryNotification) As Integer

Parameter

item
QueryNotification

Die zu suchende QueryNotification.

Gibt zurück

Der nullbasierte Index des QueryNotification-Objekts in der Collection, sofern gefunden; andernfalls –1.

Gilt für: