次の方法で共有


RelationshipEndAttributeCollection.Item プロパティ (Int32)

指定した 0 から始まるインデックスにある RelationshipEndAttribute を取得します。

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

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As RelationshipEndAttribute 
    Get
'使用
Dim instance As RelationshipEndAttributeCollection 
Dim index As Integer 
Dim value As RelationshipEndAttribute 

value = instance(index)
public RelationshipEndAttribute this[
    int index
] { get; }
public:
property RelationshipEndAttribute^ default[int index] {
    RelationshipEndAttribute^ get (int index);
}
member Item : RelationshipEndAttribute
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • index
    型: System.Int32
    コレクション内の 0 から始まるインデックスです。

プロパティ値

型: Microsoft.AnalysisServices.RelationshipEndAttribute
指定された 0 から始まるインデックスにある RelationshipEndAttribute です。

関連項目

参照

RelationshipEndAttributeCollection クラス

Item オーバーロード

Microsoft.AnalysisServices 名前空間