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