共用方式為


TableNotificationCollection.Item[Int32] 屬性

定義

取得或設定指定索引處的 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)。

適用於