Метод HierarchyCollection.Find
Gets the Hierarchy, with the specified identifier, from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Find ( _
id As String _
) As Hierarchy
'Применение
Dim instance As HierarchyCollection
Dim id As String
Dim returnValue As Hierarchy
returnValue = instance.Find(id)
public Hierarchy Find(
string id
)
public:
Hierarchy^ Find(
String^ id
)
member Find :
id:string -> Hierarchy
public function Find(
id : String
) : Hierarchy
Параметры
- id
Тип: System.String
The identifier of the Hierarchy to be returned.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.Hierarchy
The Hierarchy, if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).