Classe HierarchyCollection.Enumerator
Supports iterating over a HierarchyCollection and reading its individual Hierarchy.
Hiérarchie d'héritage
System.Object
Microsoft.AnalysisServices.AdomdServer.HierarchyCollection.Enumerator
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public NotInheritable Class Enumerator _
Implements IEnumerator
'Utilisation
Dim instance As HierarchyCollection.Enumerator
public sealed class Enumerator : IEnumerator
public ref class Enumerator sealed : IEnumerator
[<SealedAttribute>]
type Enumerator =
class
interface IEnumerator
end
public final class Enumerator implements IEnumerator
Le type HierarchyCollection.Enumerator expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Current | Gets the current Hierarchy in the HierarchyCollection. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
{dtor} | Releases all resources used by the HierarchyCollection.Enumerator. |
![]() |
Equals | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MoveNext | Moves to the next Hierarchy in the HierarchyCollection. |
![]() |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Notes
In JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.