共用方式為


ValidationErrorCollection.Item[Int32] 屬性

定義

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

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

參數

index
Int32

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

屬性值

在指定索引的 ValidationError 項目。

例外狀況

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

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

適用於