Classe TupleCollection.Enumerator
Supports iterating over a TupleCollection and reading its individual Tuple objects.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..TupleCollection..::..Enumerator
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public NotInheritable Class Enumerator _
Implements IEnumerator, IDisposable
'Utilisation
Dim instance As TupleCollection.Enumerator
public sealed class Enumerator : IEnumerator,
IDisposable
public ref class Enumerator sealed : IEnumerator,
IDisposable
[<SealedAttribute>]
type Enumerator =
class
interface IEnumerator
interface IDisposable
end
public final class Enumerator implements IEnumerator, IDisposable
Le type TupleCollection..::..Enumerator expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
{dtor} | Releases all resources used by the TupleCollection..::..Enumerator. | |
Dispose | Releases all resources used by the TupleCollection..::..Enumerator. | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
MoveNext | Moves to the next Tuple in the TupleCollection. | |
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 Microsoft 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.