Partager via


Find méthode

Gets the PerspectiveHierarchy that has the specified identifier from the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Find ( _
    hierarchyId As String _
) As PerspectiveHierarchy
'Utilisation
Dim instance As PerspectiveHierarchyCollection
Dim hierarchyId As String
Dim returnValue As PerspectiveHierarchy

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

Paramètres

Valeur de retour

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