Share via


HierarchyCollection.GetByName Method

Gets the Hierarchy, with the specified name, from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function GetByName ( _
    name As String _
) As Hierarchy
'Usage
Dim instance As HierarchyCollection 
Dim name As String 
Dim returnValue As Hierarchy 

returnValue = instance.GetByName(name)
public Hierarchy GetByName(
    string name
)
public:
Hierarchy^ GetByName(
    String^ name
)
member GetByName : 
        name:string -> Hierarchy
public function GetByName(
    name : String
) : Hierarchy

Parameters

Return Value

Type: Microsoft.AnalysisServices.Hierarchy
The Hierarchy with the name specified in name.

Exceptions

Exception Condition
ItemNotFoundException

name is not contained by the collection.

See Also

Reference

HierarchyCollection Class

Microsoft.AnalysisServices Namespace