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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.AnalysisServices.AttributeRelationship
指定したインデックスにある AttributeRelationship オブジェクトです。

例外

例外 条件
ArgumentOutOfRangeException

次のいずれかのエラー メッセージが表示される場合があります。

index に 0 より小さい値が指定されています。

index に [H:Microsoft.AnalysisServices.ModelComponentCollection.Count] 以上の値が指定されています。

関連項目

参照

AttributeRelationshipCollection クラス

Item オーバーロード

Microsoft.AnalysisServices 名前空間