Share via


QueryNotificationCollection.Add(QueryNotification) メソッド

定義

指定した QueryNotification をコレクションの末尾に追加します。

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

パラメーター

item
QueryNotification

追加する QueryNotification です。

戻り値

QueryNotification が追加されたコレクションの 0 から始まるインデックスです。

例外

指定したアイテムは null 参照 (Visual Basic では Nothing) です。

指定したアイテムはコレクション内に既に存在しています。

適用対象