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

Gets the Relationship at the specified index from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Relationship 
    Get
'Применение
Dim instance As RelationshipCollection 
Dim index As Integer 
Dim value As Relationship 

value = instance(index)
public Relationship this[
    int index
] { get; }
public:
property Relationship^ default[int index] {
    Relationship^ get (int index);
}
member Item : Relationship
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

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

Тип: Microsoft.AnalysisServices.Relationship
The relationship at the specified index.

См. также

Справочник

RelationshipCollection Класс

Перегрузка Item

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