TableNotificationCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定指定索引處的 TableNotification 項目。
public Microsoft.AnalysisServices.TableNotification this[int index] { get; set; }
member this.Item(int) : Microsoft.AnalysisServices.TableNotification with get, set
Default Public Property Item(index As Integer) As TableNotification
參數
- index
- Int32
要取得或設定的以零為起始元素索引。
屬性值
在指定索引的 TableNotification 項目。
例外狀況
指定的索引不是有效的值 (小於零或大於項目總數)。
指定的值為 Null 參考 (Visual Basic 中的 Nothing)。