Поделиться через


Свойство RelationshipEndAttributeCollection.Item (Int32)

Gets the RelationshipEndAttribute at the specified zero-based index.

Пространство имен:  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
    The zero-based index in the collection.

Значение свойства

Тип: Microsoft.AnalysisServices.RelationshipEndAttribute
The RelationshipEndAttribute at the specified zero-based index.

См. также

Справочник

RelationshipEndAttributeCollection Класс

Перегрузка Item

Пространство имен Microsoft.AnalysisServices