AggregationInstanceDimensionCollection.Item プロパティ (Int32)
指定した AggregationInstanceDimension オブジェクトをインデックスのコレクションから取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
index As Integer _
) As AggregationInstanceDimension
Get
'使用
Dim instance As AggregationInstanceDimensionCollection
Dim index As Integer
Dim value As AggregationInstanceDimension
value = instance(index)
public AggregationInstanceDimension this[
int index
] { get; }
public:
property AggregationInstanceDimension^ default[int index] {
AggregationInstanceDimension^ get (int index);
}
member Item : AggregationInstanceDimension
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- index
型: System.Int32
取得する AggregationInstanceDimension の、0 から始まるインデックスです。
プロパティ値
型: Microsoft.AnalysisServices.AggregationInstanceDimension
選択した AggregationInstanceDimension オブジェクトです。
例外
例外 | 条件 |
---|---|
ArgumentOutOfRangeException | 次のいずれかのエラー メッセージが表示される場合があります。 index に 0 より小さい値が指定されています。 index に Count 以上の値が指定されています。 |