TupleCollection.Enumerator-Klasse
Supports iterating over a TupleCollection and reading its individual Tuple objects.
Vererbungshierarchie
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..TupleCollection..::..Enumerator
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class Enumerator _
Implements IEnumerator, IDisposable
'Usage
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
Der TupleCollection..::..Enumerator-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
{dtor} | Releases all resources used by the TupleCollection..::..Enumerator. | |
Dispose | Releases all resources used by the TupleCollection..::..Enumerator. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von 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 | (Geerbt von Object.) |
Zum Anfang
Hinweise
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.