Metodo CubeHierarchyCollection.Find
Gets the CubeHierarchy, with the specified identifier, from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Find ( _
hierarchyId As String _
) As CubeHierarchy
'Utilizzo
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
Parametri
- hierarchyId
Tipo: System.String
The identifier of the CubeHierarchy to be returned.
Valore restituito
Tipo: Microsoft.AnalysisServices.CubeHierarchy
The CubeHierarchy if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).