Share via


IncrementalProcessingNotificationCollection.Item[Int32] 屬性

定義

取得或設定指定索引處的 IncrementalProcessingNotification 項目。

public Microsoft.AnalysisServices.IncrementalProcessingNotification this[int index] { get; set; }
member this.Item(int) : Microsoft.AnalysisServices.IncrementalProcessingNotification with get, set
Default Public Property Item(index As Integer) As IncrementalProcessingNotification

參數

index
Int32

要取得或設定的以零為起始元素索引。

屬性值

在指定索引的 IncrementalProcessingNotification 項目。

例外狀況

指定的索引不是有效的值 (小於零或大於項目總數)。

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

適用於