Свойство PerspectiveHierarchyCollection.Item (String)
Gets the PerspectiveHierarchy that has the specified identifier from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
hierarchyId As String _
) As PerspectiveHierarchy
Get
'Применение
Dim instance As PerspectiveHierarchyCollection
Dim hierarchyId As String
Dim value As PerspectiveHierarchy
value = instance(hierarchyId)
public PerspectiveHierarchy this[
string hierarchyId
] { get; }
public:
property PerspectiveHierarchy^ default[String^ hierarchyId] {
PerspectiveHierarchy^ get (String^ hierarchyId);
}
member Item : PerspectiveHierarchy
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- hierarchyId
Тип: System.String
The identifier of the PerspectiveHierarchy to return.
Значение свойства
Тип: Microsoft.AnalysisServices.PerspectiveHierarchy
The PerspectiveHierarchy specified by the identifier.
Исключения
Исключение | Условие |
---|---|
ArgumentNullException | hierarchyID is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | hierarchyID does not exist in the collection. |