Свойство RelationshipCollection.Item (String)
Gets the Relationship that has the specified identifier from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
id As String _
) As Relationship
Get
'Применение
Dim instance As RelationshipCollection
Dim id As String
Dim value As Relationship
value = instance(id)
public Relationship this[
string id
] { get; }
public:
property Relationship^ default[String^ id] {
Relationship^ get (String^ id);
}
member Item : Relationship
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- id
Тип: System.String
The identifier of the Relationship to return.
Значение свойства
Тип: Microsoft.AnalysisServices.Relationship
The Relationship specified by the identifier.