次の方法で共有


TableNotificationCollection.IndexOf(TableNotification) メソッド

定義

指定した TableNotification を検索し、コレクション内で見つかったアイテムの 0 から始まるインデックスを返します。

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

パラメーター

item
TableNotification

検索する TableNotification

戻り値

コレクション内で見つかった場合は TableNotification の 0 から始まるインデックス、それ以外の場合は -1 です。

適用対象