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