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
参数
- hierarchyId
类型:System. . :: . .String
返回值
类型:Microsoft.AnalysisServices. . :: . .CubeHierarchy
The CubeHierarchy if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).