共用方式為


TableNotificationCollection.Add(TableNotification) 方法

定義

將指定的 TableNotification 新增至集合的結尾。

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

參數

item
TableNotification

要新增的 TableNotification

傳回

以零起始的索引,其為 TableNotification 新增至集合的位置。

例外狀況

指定的項目為 Null 參考 (Visual Basic 中的 Nothing)。

指定的項目已存在於集合中。

適用於