TableNotificationCollection.Add(TableNotification) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 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)。
指定的項目已存在於集合中。