Item プロパティ (Int32)
指定したインデックスの MiningContentNode をコレクションから取得します。Microsoft Visual C# の場合、このプロパティは MiningContentNodeCollection クラスのインデクサとなります。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As MiningContentNode
Get
'使用
Dim instance As MiningContentNodeCollection
Dim index As Integer
Dim value As MiningContentNode
value = instance(index)
public MiningContentNode this[
int index
] { get; }
public:
property MiningContentNode^ default[int index] {
MiningContentNode^ get (int index);
}
member Item : MiningContentNode
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System. . :: . .Int32
検索する MiningContentNode の 0 から始まるインデックスです。