TableNotificationCollection.IndexOf(TableNotification) Method

Definition

Searches for the specified TableNotification and returns its zero-based index within the collection.

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

Parameters

item
TableNotification

The TableNotification to locate.

Returns

The zero-based index of the TableNotification in the collection, if found; otherwise, -1.

Applies to