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