Clase TupleCollection.Enumerator
Supports iterating over a TupleCollection and reading its individual Tuple objects.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.AdomdServer.TupleCollection.Enumerator
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public NotInheritable Class Enumerator _
Implements IEnumerator, IDisposable
'Uso
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
El tipo TupleCollection.Enumerator expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Current | Gets the current Tuple in the TupleCollection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
{dtor} | Releases all resources used by the TupleCollection.Enumerator. | |
Dispose | Releases all resources used by the TupleCollection.Enumerator. | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda 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 | (Se hereda de Object.) |
Arriba
Comentarios
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.