Item プロパティ (String)
指定した名前の AlgorithmParameter をコレクションから取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
name As String _
) As AlgorithmParameter
Get
'使用
Dim instance As AlgorithmParameterCollection
Dim name As String
Dim value As AlgorithmParameter
value = instance(name)
public AlgorithmParameter this[
string name
] { get; }
public:
property AlgorithmParameter^ default[String^ name] {
AlgorithmParameter^ get (String^ name);
}
member Item : AlgorithmParameter
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- name
型: System. . :: . .String
取得する AlgorithmParameter の名前です。
プロパティ値
型: Microsoft.AnalysisServices. . :: . .AlgorithmParameter
name で指定した AlgorithmParameter です。
例外
例外 | 条件 |
---|---|
ArgumentNullException | name に null 参照 (Visual Basic では Nothing) が設定されています。 |
ItemNotFoundException | name がコレクションに存在しません。 |