Share via


CubeHierarchyCollection.Find 메서드

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Function Find ( _
    hierarchyId As String _
) As CubeHierarchy
‘사용 방법
Dim instance As CubeHierarchyCollection 
Dim hierarchyId As String 
Dim returnValue As CubeHierarchy 

returnValue = instance.Find(hierarchyId)
public CubeHierarchy Find(
    string hierarchyId
)
public:
CubeHierarchy^ Find(
    String^ hierarchyId
)
member Find : 
        hierarchyId:string -> CubeHierarchy
public function Find(
    hierarchyId : String
) : CubeHierarchy

매개 변수

반환 값

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

참고 항목

참조

CubeHierarchyCollection 클래스

Microsoft.AnalysisServices 네임스페이스