Classe TupleCollection.Enumerator
Supports iterating over a TupleCollection and reading its individual Tuple objects.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdServer.TupleCollection.Enumerator
Spazio dei nomi Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class Enumerator _
Implements IEnumerator, IDisposable
'Utilizzo
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
Nel tipo TupleCollection.Enumerator sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Current | Gets the current Tuple in the TupleCollection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
{dtor} | Releases all resources used by the TupleCollection.Enumerator. | |
Dispose | Releases all resources used by the TupleCollection.Enumerator. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da 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 | Ereditato da Object. |
In alto
Osservazioni
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.