Item プロパティ (String)
指定した名前の MiningContentNode をコレクションから取得します。Microsoft Visual C# の場合、このプロパティは MiningContentNodeCollection クラスのインデクサとなります。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As String _
) As MiningContentNode
Get
'使用
Dim instance As MiningContentNodeCollection
Dim index As String
Dim value As MiningContentNode
value = instance(index)
public MiningContentNode this[
string index
] { get; }
public:
property MiningContentNode^ default[String^ index] {
MiningContentNode^ get (String^ index);
}
member Item : MiningContentNode
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System. . :: . .String
検索する MiningContentNode の名前です。
例外
例外 | 条件 |
---|---|
AdomdErrorResponseException | The provider returned an error in response. |
AdomdUnknownResponseException | The provider sent an unrecognizable response. |
AdomdConnectionException | The connection was broken. |
System..::..InvalidOperationException | The MiningContentNode was not found in the collection. |