TableNotificationCollection.IndexOf(TableNotification) Methode

Definition

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

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

Parameter

item
TableNotification

Die zu suchende TableNotification.

Gibt zurück

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

Gilt für: