AlgorithmParameterCollection.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Item[String] |
取得具有指定名稱的 AlgorithmParameter 項目。 |
Item[Int32] |
取得指定索引處的 AlgorithmParameter 項目。 |
Item[String]
取得具有指定名稱的 AlgorithmParameter 項目。
public Microsoft.AnalysisServices.AlgorithmParameter this[string name] { get; }
member this.Item(string) : Microsoft.AnalysisServices.AlgorithmParameter
Default Public ReadOnly Property Item(name As String) As AlgorithmParameter
參數
- name
- String
要取得的項目名稱。
屬性值
具有指定名稱的 AlgorithmParameter 項目。
例外狀況
具有指定名稱的項目不存在於集合中。
適用於
Item[Int32]
取得指定索引處的 AlgorithmParameter 項目。
public Microsoft.AnalysisServices.AlgorithmParameter this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.AlgorithmParameter
Default Public ReadOnly Property Item(index As Integer) As AlgorithmParameter
參數
- index
- Int32
要取得之項目的以零為起始的索引。
屬性值
在指定索引的 AlgorithmParameter 項目。
例外狀況
指定的索引無效。