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