CubeHierarchyCollection.Find Method

Gets the CubeHierarchy, with the specified identifier, from the collection.

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

Syntax

C#
public CubeHierarchy Find(
    string hierarchyId
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.CubeHierarchy
The CubeHierarchy if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

Reference

CubeHierarchyCollection Class

Microsoft.AnalysisServices Namespace