หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets an enumerator that iterates through the HierarchyCollection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Friend Function GetEnumerator As IEnumerator
'Usage
Dim instance As HierarchyCollection
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
internal IEnumerator GetEnumerator()
internal:
virtual IEnumerator^ GetEnumerator() sealed
internal abstract GetEnumerator : unit -> IEnumerator
internal override GetEnumerator : unit -> IEnumerator
internal final function GetEnumerator() : IEnumerator
Return Value
Type: System.Collections.IEnumerator
An IEnumerator for the HierarchyCollection instance.