Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the PerspectiveHierarchy that has the specified identifier from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Find ( _
hierarchyId As String _
) As PerspectiveHierarchy
'Uso
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
Parámetros
- hierarchyId
Tipo: System.String
The identifier of the PerspectiveHierarchy to return.
Valor devuelto
Tipo: Microsoft.AnalysisServices.PerspectiveHierarchy
The PerspectiveHierarchy if it exists in the collection; otherwise, a null reference (Nothing in Visual Basic).