次の方法で共有


AttributeRelationshipCollection.Item Property (Int32)

指定した AttributeRelationship オブジェクトをインデックスのコレクションから取得します。

名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AttributeRelationship
public AttributeRelationship this [
    int index
] { get; }
public:
property AttributeRelationship^ default [int] {
    AttributeRelationship^ get (int index);
}
/** @property */
public AttributeRelationship get_Item (int index)

パラメータ

プロパティ値

選択した AttributeRelationship オブジェクトです。

例外

例外の種類 条件
ArgumentOutOfRangeException

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

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

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

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

AttributeRelationshipCollection Class
AttributeRelationshipCollection Members
Microsoft.AnalysisServices Namespace